#1A850B

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

Shades of Forest Green #1A850B

Tints of Forest Green #1A850B

Color information

#1A850B (or 0x1A850B) is unknown color: approx Forest Green. HEX triplet: 1A, 85 and 0B. RGB value is (26,133,11). Sum of RGB (Red+Green+Blue) = 26+133+11=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #1A850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A850B is #E57AF4. Grayscale: #575757. Windows color (decimal): -15039221 or 754970. OLE color: 754970.

HSL color Cylindrical-coordinate representation of color #1A850B: hue angle of 112.62º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A850B is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB2613311-
CMYK0.8000.920.48
HSL112.62º84.72%28.24%-
HSV(B)112.62º91.73%52.16%-
XYZ8.8717.023.13-
YUV87.185.0584.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.29%
GREEN value IS 133 (52.34% from 255) = 78.24%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=15.29%
G=78.24%
B=6.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26133110.8000.920.48112.6284.7228.24
Hex1A85B5005C3071551c
Octal322051312001346016112534
Binary110101000010110111010000010111001100001110001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,133,11); }

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

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

 a { background-color: rgb(26,133,11); }

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

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

 span { border-color: rgb(26,133,11); }

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