Html Css Color HEX #2F8B32 Forest Green

📋 copy color: '#2F8B32'

red 47 ◦ green 139 ◦ blue 50

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

Shades of Forest Green #2F8B32

Tints of Forest Green #2F8B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.9%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 19.92%
G = 58.9%
B = 21.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#2F8B32 (or 0x2F8B32) is known color: Forest Green. HEX triplet: 2F, 8B and 32. RGB value is (47,139,50). Sum of RGB (Red+Green+Blue) = 47+139+50=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8B32 is #D074CD. Grayscale: #656565. Windows color (decimal): -13661390 or 3312431. OLE color: 3312431.

HSL color Cylindrical-coordinate representation of color #2F8B32: hue angle of 121.96º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8B32 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 139 50 -
CMYK 0.66 0 0.64 0.45
HSL 121.96º 0.49% 0.36% -
HSV(B) 121.96º 0.66% 0.55% -
XYZ 10.98 19.3 6.16 -
YUV 101.35 99.02 89.24 -
System Red Green Blue C M Y K H S L
Decimal 47 139 50 0.66 0 0.64 0.45 121.96 0.49 0.36
Hex 2F 8B 32 42 0 40 2D 7A 31 24
Octal 57 213 62 102 0 100 55 172 61 44
Binary 101111 10001011 110010 1000010 0 1000000 101101 1111010 110001 100100

Color Harmonies of #2F8B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8B32

Black with #2F8B32

Text Example


Text Example

White with #2F8B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,139,50); }

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

background-color css

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

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

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

border-color css

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

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

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