#2C9D02

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

Shades of Forest Green #2C9D02

Tints of Forest Green #2C9D02

Color information

#2C9D02 (or 0x2C9D02) is unknown color: approx Forest Green. HEX triplet: 2C, 9D and 02. RGB value is (44,157,2). Sum of RGB (Red+Green+Blue) = 44+157+2=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9D02 is #D362FD. Grayscale: #6A6A6A. Windows color (decimal): -13853438 or 171308. OLE color: 171308.

HSL color Cylindrical-coordinate representation of color #2C9D02: hue angle of 103.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C9D02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB441572-
CMYK0.7200.990.38
HSL103.74º97.48%31.18%-
HSV(B)103.74º98.73%61.57%-
XYZ13.1124.654.13-
YUV105.5469.5684.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 157 (61.72% from 255) = 77.34%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=21.67%
G=77.34%
B=0.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4415720.7200.990.38103.7497.4831.18
Hex2C9D2480632668611f
Octal54235211001434615014137
Binary10110010011101101001000011000111001101101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C9D02; }

 p { color: rgb(44,157,2); }

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

<style>
 a { background-color: #2C9D02; }

 a { background-color: rgb(44,157,2); }

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

<style>
 span { border-color: #2C9D02; }

 span { border-color: rgb(44,157,2); }

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