#1B701A

Color #1B701A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1B701A

Tints of Forest Green #1B701A

Color information

#1B701A (or 0x1B701A) is unknown color: approx Forest Green. HEX triplet: 1B, 70 and 1A. RGB value is (27,112,26). Sum of RGB (Red+Green+Blue) = 27+112+26=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #1B701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B701A is #E48FE5. Grayscale: #4D4D4D. Windows color (decimal): -14979046 or 1732635. OLE color: 1732635.

HSL color Cylindrical-coordinate representation of color #1B701A: hue angle of 119.3º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B701A is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB2711226-
CMYK0.7600.770.56
HSL119.3º62.32%27.06%-
HSV(B)119.3º76.79%43.92%-
XYZ6.4311.92.93-
YUV76.7899.3492.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 112 (44.14% from 255) = 67.88%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=16.36%
G=67.88%
B=15.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27112260.7600.770.56119.362.3227.06
Hex1B701A4C04D38773e1b
Octal33160321140115701677633
Binary11011111000011010100110001001101111000111011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B701A; }

 p { color: rgb(27,112,26); }

 H1.HeaderClassName
 {
   color: #1B701A;
 }
 .AnyTagClassName
 {
   color: #1B701A;
 }
</style>
background-color css

<style>
 a { background-color: #1B701A; }

 a { background-color: rgb(27,112,26); }

 div.DivClassName
 {
   background-color: #1B701A;
 }
 .BgClassName
 {
   background-color: #1B701A;
 }
</style>
border-color css

<style>
 span { border-color: #1B701A; }

 span { border-color: rgb(27,112,26); }

 td.TdClassName
 {
   border-color: #1B701A;
 }
 .TagClassName
 {
   border-color: #1B701A;
 }
</style>