Html Css Color HEX #2F9514 Forest Green

📋 copy color: '#2F9514'

red 47 ◦ green 149 ◦ blue 20

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

Shades of Forest Green #2F9514

Tints of Forest Green #2F9514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 21.76%
G = 68.98%
B = 9.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#2F9514 (or 0x2F9514) is known color: Forest Green. HEX triplet: 2F, 95 and 14. RGB value is (47,149,20). Sum of RGB (Red+Green+Blue) = 47+149+20=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9514 is #D06AEB. Grayscale: #686868. Windows color (decimal): -13658860 or 1348911. OLE color: 1348911.

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

Color convert

RGB 47 149 20 -
CMYK 0.68 0 0.87 0.42
HSL 107.44º 0.76% 0.33% -
HSV(B) 107.44º 0.87% 0.58% -
XYZ 12.05 22.15 4.3 -
YUV 103.8 80.71 87.49 -
System Red Green Blue C M Y K H S L
Decimal 47 149 20 0.68 0 0.87 0.42 107.44 0.76 0.33
Hex 2F 95 14 44 0 57 2A 6B 4C 21
Octal 57 225 24 104 0 127 52 153 114 41
Binary 101111 10010101 10100 1000100 0 1010111 101010 1101011 1001100 100001

Color Harmonies of #2F9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9514

Black with #2F9514

Text Example


Text Example

White with #2F9514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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