Html Css Color HEX #2F9214 Forest Green

📋 copy color: '#2F9214'

red 47 ◦ green 146 ◦ blue 20

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

Shades of Forest Green #2F9214

Tints of Forest Green #2F9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.54%

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

R = 22.07%
G = 68.54%
B = 9.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#2F9214 (or 0x2F9214) is known color: Forest Green. HEX triplet: 2F, 92 and 14. RGB value is (47,146,20). Sum of RGB (Red+Green+Blue) = 47+146+20=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 146 (57.42% from 255 or 68.54% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9214 is #D06DEB. Grayscale: #666666. Windows color (decimal): -13659628 or 1348143. OLE color: 1348143.

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

Color convert

RGB 47 146 20 -
CMYK 0.68 0 0.86 0.43
HSL 107.14º 0.76% 0.33% -
HSV(B) 107.14º 0.86% 0.57% -
XYZ 11.58 21.21 4.15 -
YUV 102.04 81.7 88.75 -
System Red Green Blue C M Y K H S L
Decimal 47 146 20 0.68 0 0.86 0.43 107.14 0.76 0.33
Hex 2F 92 14 44 0 56 2B 6B 4C 21
Octal 57 222 24 104 0 126 53 153 114 41
Binary 101111 10010010 10100 1000100 0 1010110 101011 1101011 1001100 100001

Color Harmonies of #2F9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9214

Black with #2F9214

Text Example


Text Example

White with #2F9214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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