Html Css Color HEX #2F960B Forest Green

📋 copy color: '#2F960B'

red 47 ◦ green 150 ◦ blue 11

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

Shades of Forest Green #2F960B

Tints of Forest Green #2F960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 22.6%
G = 72.12%
B = 5.29%

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

#2F960B (or 0x2F960B) is known color: Forest Green. HEX triplet: 2F, 96 and 0B. RGB value is (47,150,11). Sum of RGB (Red+Green+Blue) = 47+150+11=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 150 (58.98% from 255 or 72.12% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 150 - color contains mainly: green. Hex color #2F960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F960B is #D069F4. Grayscale: #676767. Windows color (decimal): -13658613 or 759343. OLE color: 759343.

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

Color convert

RGB 47 150 11 -
CMYK 0.69 0 0.93 0.41
HSL 104.46º 0.86% 0.32% -
HSV(B) 104.46º 0.93% 0.59% -
XYZ 12.14 22.44 4.01 -
YUV 103.36 75.88 87.8 -
System Red Green Blue C M Y K H S L
Decimal 47 150 11 0.69 0 0.93 0.41 104.46 0.86 0.32
Hex 2F 96 B 45 0 5D 29 68 56 20
Octal 57 226 13 105 0 135 51 150 126 40
Binary 101111 10010110 1011 1000101 0 1011101 101001 1101000 1010110 100000

Color Harmonies of #2F960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F960B

Black with #2F960B

Text Example


Text Example

White with #2F960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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