#2f882d

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

Shades of Forest Green #2F882D

Tints of Forest Green #2F882D

Color information

#2F882D (or 0x2F882D) is unknown color: approx Forest Green. HEX triplet: 2F, 88 and 2D. RGB value is (47,136,45). Sum of RGB (Red+Green+Blue) = 47+136+45=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #2F882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F882D is #D077D2. Grayscale: #636363. Windows color (decimal): -13662163 or 2983983. OLE color: 2983983.

HSL color Cylindrical-coordinate representation of color #2F882D: hue angle of 118.68º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F882D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB4713645-
CMYK0.6500.670.47
HSL118.68º50.28%35.49%-
HSV(B)118.68º66.91%53.33%-
XYZ10.4518.45.48-
YUV99.0197.5190.9-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=20.61%
G=59.65%
B=19.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47136450.6500.670.47118.6850.2835.49
Hex2F882D410432F773223
Octal57210551010103571676243
Binary101111100010001011011000001010000111011111110111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f882d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,136,45); }

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

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

 a { background-color: rgb(47,136,45); }

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

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

 span { border-color: rgb(47,136,45); }

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