Html Css Color HEX #2F8424 Forest Green

📋 copy color: '#2F8424'

red 47 ◦ green 132 ◦ blue 36

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

Shades of Forest Green #2F8424

Tints of Forest Green #2F8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.4%

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 21.86%
G = 61.4%
B = 16.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#2F8424 (or 0x2F8424) is known color: Forest Green. HEX triplet: 2F, 84 and 24. RGB value is (47,132,36). Sum of RGB (Red+Green+Blue) = 47+132+36=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8424 is #D07BDB. Grayscale: #5F5F5F. Windows color (decimal): -13663196 or 2393135. OLE color: 2393135.

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

Color convert

RGB 47 132 36 -
CMYK 0.64 0 0.73 0.48
HSL 113.13º 0.57% 0.33% -
HSV(B) 113.13º 0.73% 0.52% -
XYZ 9.74 17.23 4.48 -
YUV 95.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 47 132 36 0.64 0 0.73 0.48 113.13 0.57 0.33
Hex 2F 84 24 40 0 49 30 71 39 21
Octal 57 204 44 100 0 111 60 161 71 41
Binary 101111 10000100 100100 1000000 0 1001001 110000 1110001 111001 100001

Color Harmonies of #2F8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8424

Black with #2F8424

Text Example


Text Example

White with #2F8424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,132,36); }

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

background-color css

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

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

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

border-color css

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

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

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