Html Css Color HEX #2F882C Forest Green

📋 copy color: '#2F882C'

red 47 ◦ green 136 ◦ blue 44

#2F882C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2F882C

Tints of Forest Green #2F882C

RGB

 RED value IS 47 (18.75% from 255) = 20.7%

 GREEN value IS 136 (53.52% from 255) = 59.91%

 BLUE value IS 44 (17.58% from 255) = 19.38%

R = 20.7%
G = 59.91%
B = 19.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#2F882C (or 0x2F882C) is known color: Forest Green. HEX triplet: 2F, 88 and 2C. RGB value is (47,136,44). Sum of RGB (Red+Green+Blue) = 47+136+44=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #2F882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F882C is #D077D3. Grayscale: #636363. Windows color (decimal): -13662164 or 2918447. OLE color: 2918447.

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

Color convert

RGB 47 136 44 -
CMYK 0.65 0 0.68 0.47
HSL 118.04º 0.51% 0.35% -
HSV(B) 118.04º 0.68% 0.53% -
XYZ 10.43 18.39 5.38 -
YUV 98.9 97.01 90.98 -
System Red Green Blue C M Y K H S L
Decimal 47 136 44 0.65 0 0.68 0.47 118.04 0.51 0.35
Hex 2F 88 2C 41 0 44 2F 76 33 23
Octal 57 210 54 101 0 104 57 166 63 43
Binary 101111 10001000 101100 1000001 0 1000100 101111 1110110 110011 100011

Color Harmonies of #2F882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F882C

Black with #2F882C

Text Example


Text Example

White with #2F882C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F882C;
 }
 .AnyTagClassName
 {
   color: #2F882C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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