Html Css Color HEX #2F8E28 Forest Green

📋 copy color: '#2F8E28'

red 47 ◦ green 142 ◦ blue 40

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

Shades of Forest Green #2F8E28

Tints of Forest Green #2F8E28

RGB

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

 GREEN value IS 142 (55.86% from 255) = 62.01%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 20.52%
G = 62.01%
B = 17.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#2F8E28 (or 0x2F8E28) is known color: Forest Green. HEX triplet: 2F, 8E and 28. RGB value is (47,142,40). Sum of RGB (Red+Green+Blue) = 47+142+40=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8E28 is #D071D7. Grayscale: #666666. Windows color (decimal): -13660632 or 2657839. OLE color: 2657839.

HSL color Cylindrical-coordinate representation of color #2F8E28: hue angle of 115.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F8E28 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 142 40 -
CMYK 0.67 0 0.72 0.44
HSL 115.88º 0.56% 0.36% -
HSV(B) 115.88º 0.72% 0.56% -
XYZ 11.23 20.1 5.3 -
YUV 101.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 47 142 40 0.67 0 0.72 0.44 115.88 0.56 0.36
Hex 2F 8E 28 43 0 48 2C 74 38 24
Octal 57 216 50 103 0 110 54 164 70 44
Binary 101111 10001110 101000 1000011 0 1001000 101100 1110100 111000 100100

Color Harmonies of #2F8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8E28

Black with #2F8E28

Text Example


Text Example

White with #2F8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,142,40); }

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

background-color css

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

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

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

border-color css

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

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

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