#2D8F2C

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

Shades of Forest Green #2D8F2C

Tints of Forest Green #2D8F2C

Color information

#2D8F2C (or 0x2D8F2C) is unknown color: approx Forest Green. HEX triplet: 2D, 8F and 2C. RGB value is (45,143,44). Sum of RGB (Red+Green+Blue) = 45+143+44=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8F2C is #D270D3. Grayscale: #666666. Windows color (decimal): -13791444 or 2920237. OLE color: 2920237.

HSL color Cylindrical-coordinate representation of color #2D8F2C: hue angle of 119.39º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D8F2C is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB4514344-
CMYK0.6900.690.44
HSL119.39º52.94%36.67%-
HSV(B)119.39º69.23%56.08%-
XYZ11.3620.385.72-
YUV102.4195.0387.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 143 (56.25% from 255) = 61.64%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=19.40%
G=61.64%
B=18.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45143440.6900.690.44119.3952.9436.67
Hex2D8F2C450452C773525
Octal55217541050105541676545
Binary101101100011111011001000101010001011011001110111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,143,44); }

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

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

 a { background-color: rgb(45,143,44); }

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

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

 span { border-color: rgb(45,143,44); }

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