#2A852D

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

Shades of Forest Green #2A852D

Tints of Forest Green #2A852D

Color information

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

HSL color Cylindrical-coordinate representation of color #2A852D: hue angle of 121.98º 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 #2A852D is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB4213345-
CMYK0.6800.660.48
HSL121.98º52%34.31%-
HSV(B)121.98º68.42%52.16%-
XYZ9.8217.465.33-
YUV95.7699.3589.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42133450.6800.660.48121.985234.31
Hex2A852D44042307a3422
Octal52205551040102601726442
Binary101010100001011011011000100010000101100001111010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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