Html Css Color HEX #2F960A Forest Green

📋 copy color: '#2F960A'

red 47 ◦ green 150 ◦ blue 10

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

Shades of Forest Green #2F960A

Tints of Forest Green #2F960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 22.71%
G = 72.46%
B = 4.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#2F960A (or 0x2F960A) is known color: Forest Green. HEX triplet: 2F, 96 and 0A. RGB value is (47,150,10). Sum of RGB (Red+Green+Blue) = 47+150+10=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 150 (58.98% from 255 or 72.46% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 150 - color contains mainly: green. Hex color #2F960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F960A is #D069F5. Grayscale: #676767. Windows color (decimal): -13658614 or 693807. OLE color: 693807.

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

Color convert

RGB 47 150 10 -
CMYK 0.69 0 0.93 0.41
HSL 104.14º 0.88% 0.31% -
HSV(B) 104.14º 0.93% 0.59% -
XYZ 12.13 22.44 3.98 -
YUV 103.24 75.38 87.88 -
System Red Green Blue C M Y K H S L
Decimal 47 150 10 0.69 0 0.93 0.41 104.14 0.88 0.31
Hex 2F 96 A 45 0 5D 29 68 58 1F
Octal 57 226 12 105 0 135 51 150 130 37
Binary 101111 10010110 1010 1000101 0 1011101 101001 1101000 1011000 11111

Color Harmonies of #2F960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F960A

Black with #2F960A

Text Example


Text Example

White with #2F960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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