#2D852A

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

Shades of Forest Green #2D852A

Tints of Forest Green #2D852A

Color information

#2D852A (or 0x2D852A) is unknown color: approx Forest Green. HEX triplet: 2D, 85 and 2A. RGB value is (45,133,42). Sum of RGB (Red+Green+Blue) = 45+133+42=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #2D852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D852A is #D27AD5. Grayscale: #606060. Windows color (decimal): -13794006 or 2786605. OLE color: 2786605.

HSL color Cylindrical-coordinate representation of color #2D852A: hue angle of 118.02º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D852A is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB4513342-
CMYK0.6600.680.48
HSL118.02º52%34.31%-
HSV(B)118.02º68.42%52.16%-
XYZ9.8917.55.05-
YUV96.3197.3591.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.45%
GREEN value IS 133 (52.34% from 255) = 60.45%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=20.45%
G=60.45%
B=19.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45133420.6600.680.48118.025234.31
Hex2D852A4204430763422
Octal55205521020104601666442
Binary101101100001011010101000010010001001100001110110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D852A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,133,42); }

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

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

 a { background-color: rgb(45,133,42); }

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

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

 span { border-color: rgb(45,133,42); }

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