#1C8421

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

Shades of Forest Green #1C8421

Tints of Forest Green #1C8421

Color information

#1C8421 (or 0x1C8421) is unknown color: approx Forest Green. HEX triplet: 1C, 84 and 21. RGB value is (28,132,33). Sum of RGB (Red+Green+Blue) = 28+132+33=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #1C8421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8421 is #E37BDE. Grayscale: #595959. Windows color (decimal): -14908383 or 2196508. OLE color: 2196508.

HSL color Cylindrical-coordinate representation of color #1C8421: hue angle of 122.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8421 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB2813233-
CMYK0.7900.750.48
HSL122.88º65%31.37%-
HSV(B)122.88º78.79%51.76%-
XYZ916.864.22-
YUV89.6296.0484.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.51%
GREEN value IS 132 (51.95% from 255) = 68.39%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=14.51%
G=68.39%
B=17.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28132330.7900.750.48122.886531.37
Hex1C84214F04B307b411f
Octal342044111701136017310137
Binary11100100001001000011001111010010111100001111011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,132,33); }

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

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

 a { background-color: rgb(28,132,33); }

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

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

 span { border-color: rgb(28,132,33); }

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