#2D9F1C

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

Shades of Forest Green #2D9F1C

Tints of Forest Green #2D9F1C

Color information

#2D9F1C (or 0x2D9F1C) is unknown color: approx Forest Green. HEX triplet: 2D, 9F and 1C. RGB value is (45,159,28). Sum of RGB (Red+Green+Blue) = 45+159+28=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 159 (62.5% from 255 or 68.53% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 159 - color contains mainly: green. Hex color #2D9F1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9F1C is #D260E3. Grayscale: #6E6E6E. Windows color (decimal): -13787364 or 1875757. OLE color: 1875757.

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

Color convert

RGB4515928-
CMYK0.7200.820.38
HSL112.21º70.05%36.67%-
HSV(B)112.21º82.39%62.35%-
XYZ13.6925.445.29-
YUV109.9881.7381.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 159 (62.5% from 255) = 68.53%
BLUE value IS 28 (11.33% from 255) = 12.07%
R=19.40%
G=68.53%
B=12.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45159280.7200.820.38112.2170.0536.67
Hex2D9F1C4805226704625
Octal552373411001224616010645
Binary101101100111111110010010000101001010011011100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,159,28); }

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

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

 a { background-color: rgb(45,159,28); }

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

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

 span { border-color: rgb(45,159,28); }

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