Html Css Color HEX #2F9313 Forest Green

📋 copy color: '#2F9313'

red 47 ◦ green 147 ◦ blue 19

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

Shades of Forest Green #2F9313

Tints of Forest Green #2F9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 69.01%

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 22.07%
G = 69.01%
B = 8.92%

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

#2F9313 (or 0x2F9313) is known color: Forest Green. HEX triplet: 2F, 93 and 13. RGB value is (47,147,19). Sum of RGB (Red+Green+Blue) = 47+147+19=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9313 is #D06CEC. Grayscale: #666666. Windows color (decimal): -13659373 or 1282863. OLE color: 1282863.

HSL color Cylindrical-coordinate representation of color #2F9313: hue angle of 106.88º degrees, saturation: 0.77, 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 #2F9313 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 147 19 -
CMYK 0.68 0 0.87 0.42
HSL 106.88º 0.77% 0.33% -
HSV(B) 106.88º 0.87% 0.58% -
XYZ 11.72 21.52 4.15 -
YUV 102.51 80.87 88.41 -
System Red Green Blue C M Y K H S L
Decimal 47 147 19 0.68 0 0.87 0.42 106.88 0.77 0.33
Hex 2F 93 13 44 0 57 2A 6B 4D 21
Octal 57 223 23 104 0 127 52 153 115 41
Binary 101111 10010011 10011 1000100 0 1010111 101010 1101011 1001101 100001

Color Harmonies of #2F9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9313

Black with #2F9313

Text Example


Text Example

White with #2F9313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,147,19); }

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

background-color css

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

 a { background-color: rgb(47,147,19); }

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

border-color css

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

 span { border-color: rgb(47,147,19); }

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