#2C7D21

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

Shades of Forest Green #2C7D21

Tints of Forest Green #2C7D21

Color information

#2C7D21 (or 0x2C7D21) is unknown color: approx Forest Green. HEX triplet: 2C, 7D and 21. RGB value is (44,125,33). Sum of RGB (Red+Green+Blue) = 44+125+33=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7D21 is #D382DE. Grayscale: #5A5A5A. Windows color (decimal): -13861599 or 2194732. OLE color: 2194732.

HSL color Cylindrical-coordinate representation of color #2C7D21: hue angle of 112.83º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C7D21 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB4412533-
CMYK0.6500.740.51
HSL112.83º58.23%30.98%-
HSV(B)112.83º73.6%49.02%-
XYZ8.6515.313.94-
YUV90.2995.6694.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.78%
GREEN value IS 125 (49.22% from 255) = 61.88%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=21.78%
G=61.88%
B=16.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44125330.6500.740.51112.8358.2330.98
Hex2C7D214104A33713a1f
Octal54175411010112631617237
Binary1011001111101100001100000101001010110011111000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,125,33); }

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

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

 a { background-color: rgb(44,125,33); }

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

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

 span { border-color: rgb(44,125,33); }

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