#2C851D

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

Shades of Forest Green #2C851D

Tints of Forest Green #2C851D

Color information

#2C851D (or 0x2C851D) is unknown color: approx Forest Green. HEX triplet: 2C, 85 and 1D. RGB value is (44,133,29). Sum of RGB (Red+Green+Blue) = 44+133+29=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #2C851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C851D is #D37AE2. Grayscale: #5E5E5E. Windows color (decimal): -13859555 or 1934636. OLE color: 1934636.

HSL color Cylindrical-coordinate representation of color #2C851D: hue angle of 111.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C851D is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB4413329-
CMYK0.6700.780.48
HSL111.35º64.2%31.76%-
HSV(B)111.35º78.2%52.16%-
XYZ9.6517.44.01-
YUV94.5391.0191.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 133 (52.34% from 255) = 64.56%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=21.36%
G=64.56%
B=14.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133290.6700.780.48111.3564.231.76
Hex2C851D4304E306f4020
Octal542053510301166015710040
Binary101100100001011110110000110100111011000011011111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,29); }

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

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

 a { background-color: rgb(44,133,29); }

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

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

 span { border-color: rgb(44,133,29); }

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