#2D9C1A

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

Shades of Forest Green #2D9C1A

Tints of Forest Green #2D9C1A

Color information

#2D9C1A (or 0x2D9C1A) is unknown color: approx Forest Green. HEX triplet: 2D, 9C and 1A. RGB value is (45,156,26). Sum of RGB (Red+Green+Blue) = 45+156+26=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 156 (61.33% from 255 or 68.72% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 156 - color contains mainly: green. Hex color #2D9C1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9C1A is #D263E5. Grayscale: #6C6C6C. Windows color (decimal): -13788134 or 1743917. OLE color: 1743917.

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

Color convert

RGB4515626-
CMYK0.7100.830.39
HSL111.23º71.43%35.69%-
HSV(B)111.23º83.33%61.18%-
XYZ13.1624.415-
YUV107.9981.7383.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 156 (61.33% from 255) = 68.72%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=19.82%
G=68.72%
B=11.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal45156260.7100.830.39111.2371.4335.69
Hex2D9C1A47053276f4724
Octal552343210701234715710744
Binary101101100111001101010001110101001110011111011111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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