Html Css Color HEX #2F960F Forest Green

📋 copy color: '#2F960F'

red 47 ◦ green 150 ◦ blue 15

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

Shades of Forest Green #2F960F

Tints of Forest Green #2F960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 70.75%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 22.17%
G = 70.75%
B = 7.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#2F960F (or 0x2F960F) is known color: Forest Green. HEX triplet: 2F, 96 and 0F. RGB value is (47,150,15). Sum of RGB (Red+Green+Blue) = 47+150+15=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 150 (58.98% from 255 or 70.75% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 150 - color contains mainly: green. Hex color #2F960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F960F is #D069F0. Grayscale: #686868. Windows color (decimal): -13658609 or 1021487. OLE color: 1021487.

HSL color Cylindrical-coordinate representation of color #2F960F: hue angle of 105.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F960F is Cyan = 0.69, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 150 15 -
CMYK 0.69 0 0.9 0.41
HSL 105.78º 0.82% 0.32% -
HSV(B) 105.78º 0.9% 0.59% -
XYZ 12.16 22.45 4.14 -
YUV 103.81 77.88 87.48 -
System Red Green Blue C M Y K H S L
Decimal 47 150 15 0.69 0 0.9 0.41 105.78 0.82 0.32
Hex 2F 96 F 45 0 5A 29 6A 52 20
Octal 57 226 17 105 0 132 51 152 122 40
Binary 101111 10010110 1111 1000101 0 1011010 101001 1101010 1010010 100000

Color Harmonies of #2F960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F960F

Black with #2F960F

Text Example


Text Example

White with #2F960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,150,15); }

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

background-color css

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

 a { background-color: rgb(47,150,15); }

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

border-color css

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

 span { border-color: rgb(47,150,15); }

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