#1C850B

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

Shades of Forest Green #1C850B

Tints of Forest Green #1C850B

Color information

#1C850B (or 0x1C850B) is unknown color: approx Forest Green. HEX triplet: 1C, 85 and 0B. RGB value is (28,133,11). Sum of RGB (Red+Green+Blue) = 28+133+11=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #1C850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C850B is #E37AF4. Grayscale: #585858. Windows color (decimal): -14908149 or 754972. OLE color: 754972.

HSL color Cylindrical-coordinate representation of color #1C850B: hue angle of 111.64º 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 #1C850B is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB2813311-
CMYK0.7900.920.48
HSL111.64º84.72%28.24%-
HSV(B)111.64º91.73%52.16%-
XYZ8.9317.053.14-
YUV87.784.7185.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 133 (52.34% from 255) = 77.33%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=16.28%
G=77.33%
B=6.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28133110.7900.920.48111.6484.7228.24
Hex1C85B4F05C3070551c
Octal342051311701346016012534
Binary111001000010110111001111010111001100001110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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