#1C850A

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

Shades of Forest Green #1C850A

Tints of Forest Green #1C850A

Color information

#1C850A (or 0x1C850A) is unknown color: approx Forest Green. HEX triplet: 1C, 85 and 0A. RGB value is (28,133,10). Sum of RGB (Red+Green+Blue) = 28+133+10=171 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.37% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #1C850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C850A is #E37AF5. Grayscale: #575757. Windows color (decimal): -14908150 or 689436. OLE color: 689436.

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

Color convert

RGB2813310-
CMYK0.7900.920.48
HSL111.22º86.01%28.04%-
HSV(B)111.22º92.48%52.16%-
XYZ8.9217.043.11-
YUV87.5884.2185.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.37%
GREEN value IS 133 (52.34% from 255) = 77.78%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=16.37%
G=77.78%
B=5.85%

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
Decimal28133100.7900.920.48111.2286.0128.04
Hex1C85A4F05C306f561c
Octal342051211701346015712634
Binary111001000010110101001111010111001100001101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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