#2A9521

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

Shades of Forest Green #2A9521

Tints of Forest Green #2A9521

Color information

#2A9521 (or 0x2A9521) is unknown color: approx Forest Green. HEX triplet: 2A, 95 and 21. RGB value is (42,149,33). Sum of RGB (Red+Green+Blue) = 42+149+33=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9521 is #D56ADE. Grayscale: #686868. Windows color (decimal): -13986527 or 2200874. OLE color: 2200874.

HSL color Cylindrical-coordinate representation of color #2A9521: hue angle of 115.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A9521 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB4214933-
CMYK0.7200.780.42
HSL115.34º63.74%35.69%-
HSV(B)115.34º77.85%58.43%-
XYZ11.9822.15.07-
YUV103.7888.0583.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 149 (58.59% from 255) = 66.52%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=18.75%
G=66.52%
B=14.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42149330.7200.780.42115.3463.7435.69
Hex2A95214804E2A734024
Octal522254111001165216310044
Binary1010101001010110000110010000100111010101011100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,149,33); }

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

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

 a { background-color: rgb(42,149,33); }

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

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

 span { border-color: rgb(42,149,33); }

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