Html Css Color HEX #2F9516 Forest Green

📋 copy color: '#2F9516'

red 47 ◦ green 149 ◦ blue 22

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

Shades of Forest Green #2F9516

Tints of Forest Green #2F9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 68.35%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 21.56%
G = 68.35%
B = 10.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#2F9516 (or 0x2F9516) is known color: Forest Green. HEX triplet: 2F, 95 and 16. RGB value is (47,149,22). Sum of RGB (Red+Green+Blue) = 47+149+22=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9516 is #D06AE9. Grayscale: #686868. Windows color (decimal): -13658858 or 1479983. OLE color: 1479983.

HSL color Cylindrical-coordinate representation of color #2F9516: hue angle of 108.19º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F9516 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 22 -
CMYK 0.68 0 0.85 0.42
HSL 108.19º 0.74% 0.34% -
HSV(B) 108.19º 0.85% 0.58% -
XYZ 12.06 22.16 4.4 -
YUV 104.02 81.71 87.33 -
System Red Green Blue C M Y K H S L
Decimal 47 149 22 0.68 0 0.85 0.42 108.19 0.74 0.34
Hex 2F 95 16 44 0 55 2A 6C 4A 22
Octal 57 225 26 104 0 125 52 154 112 42
Binary 101111 10010101 10110 1000100 0 1010101 101010 1101100 1001010 100010

Color Harmonies of #2F9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9516

Black with #2F9516

Text Example


Text Example

White with #2F9516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,149,22); }

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

background-color css

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

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

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

border-color css

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

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

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