Html Css Color HEX #2F8228 Forest Green

📋 copy color: '#2F8228'

red 47 ◦ green 130 ◦ blue 40

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

Shades of Forest Green #2F8228

Tints of Forest Green #2F8228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.91%

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

R = 21.66%
G = 59.91%
B = 18.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#2F8228 (or 0x2F8228) is known color: Forest Green. HEX triplet: 2F, 82 and 28. RGB value is (47,130,40). Sum of RGB (Red+Green+Blue) = 47+130+40=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8228 is #D07DD7. Grayscale: #5F5F5F. Windows color (decimal): -13663704 or 2654767. OLE color: 2654767.

HSL color Cylindrical-coordinate representation of color #2F8228: hue angle of 115.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8228 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 130 40 -
CMYK 0.64 0 0.69 0.49
HSL 115.33º 0.53% 0.33% -
HSV(B) 115.33º 0.69% 0.51% -
XYZ 9.54 16.72 4.73 -
YUV 94.92 97 93.82 -
System Red Green Blue C M Y K H S L
Decimal 47 130 40 0.64 0 0.69 0.49 115.33 0.53 0.33
Hex 2F 82 28 40 0 45 31 73 35 21
Octal 57 202 50 100 0 105 61 163 65 41
Binary 101111 10000010 101000 1000000 0 1000101 110001 1110011 110101 100001

Color Harmonies of #2F8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8228

Black with #2F8228

Text Example


Text Example

White with #2F8228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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