Html Css Color HEX #2F882F Forest Green

📋 copy color: '#2F882F'

red 47 ◦ green 136 ◦ blue 47

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

Shades of Forest Green #2F882F

Tints of Forest Green #2F882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 20.43%
G = 59.13%
B = 20.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#2F882F (or 0x2F882F) is known color: Forest Green. HEX triplet: 2F, 88 and 2F. RGB value is (47,136,47). Sum of RGB (Red+Green+Blue) = 47+136+47=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #2F882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F882F is #D077D0. Grayscale: #636363. Windows color (decimal): -13662161 or 3115055. OLE color: 3115055.

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

Color convert

RGB 47 136 47 -
CMYK 0.65 0 0.65 0.47
HSL 120º 0.49% 0.36% -
HSV(B) 120º 0.65% 0.53% -
XYZ 10.49 18.42 5.69 -
YUV 99.24 98.51 90.74 -
System Red Green Blue C M Y K H S L
Decimal 47 136 47 0.65 0 0.65 0.47 120 0.49 0.36
Hex 2F 88 2F 41 0 41 2F 78 31 24
Octal 57 210 57 101 0 101 57 170 61 44
Binary 101111 10001000 101111 1000001 0 1000001 101111 1111000 110001 100100

Color Harmonies of #2F882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F882F

Black with #2F882F

Text Example


Text Example

White with #2F882F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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