#2D9C1F

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

Shades of Forest Green #2D9C1F

Tints of Forest Green #2D9C1F

Color information

#2D9C1F (or 0x2D9C1F) is unknown color: approx Forest Green. HEX triplet: 2D, 9C and 1F. RGB value is (45,156,31). Sum of RGB (Red+Green+Blue) = 45+156+31=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 156 (61.33% from 255 or 67.24% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9C1F is #D263E0. Grayscale: #6C6C6C. Windows color (decimal): -13788129 or 2071597. OLE color: 2071597.

HSL color Cylindrical-coordinate representation of color #2D9C1F: hue angle of 113.28º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D9C1F is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB4515631-
CMYK0.7100.800.39
HSL113.28º66.84%36.67%-
HSV(B)113.28º80.13%61.18%-
XYZ13.2224.435.32-
YUV108.5684.2382.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 156 (61.33% from 255) = 67.24%
BLUE value IS 31 (12.5% from 255) = 13.36%
R=19.40%
G=67.24%
B=13.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45156310.7100.800.39113.2866.8436.67
Hex2D9C1F4705027714325
Octal552343710701204716110345
Binary101101100111001111110001110101000010011111100011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,156,31); }

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

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

 a { background-color: rgb(45,156,31); }

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

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

 span { border-color: rgb(45,156,31); }

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