#1C8920

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

Shades of Forest Green #1C8920

Tints of Forest Green #1C8920

Color information

#1C8920 (or 0x1C8920) is unknown color: approx Forest Green. HEX triplet: 1C, 89 and 20. RGB value is (28,137,32). Sum of RGB (Red+Green+Blue) = 28+137+32=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8920 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8920 is #E376DF. Grayscale: #5C5C5C. Windows color (decimal): -14907104 or 2132252. OLE color: 2132252.

HSL color Cylindrical-coordinate representation of color #1C8920: hue angle of 122.2º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8920 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB2813732-
CMYK0.8000.770.46
HSL122.2º66.06%32.35%-
HSV(B)122.2º79.56%53.73%-
XYZ9.6918.244.38-
YUV92.4493.8982.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 137 (53.91% from 255) = 69.54%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=14.21%
G=69.54%
B=16.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28137320.8000.770.46122.266.0632.35
Hex1C89205004D2E7a4220
Octal342114012001155617210240
Binary111001000100110000010100000100110110111011110101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,137,32); }

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

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

 a { background-color: rgb(28,137,32); }

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

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

 span { border-color: rgb(28,137,32); }

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