Html Css Color HEX #2F6B3B Hunter Green

📋 copy color: '#2F6B3B'

red 47 ◦ green 107 ◦ blue 59

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

Shades of Hunter Green #2F6B3B

Tints of Hunter Green #2F6B3B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.23%

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 22.07%
G = 50.23%
B = 27.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#2F6B3B (or 0x2F6B3B) is known color: Hunter Green. HEX triplet: 2F, 6B and 3B. RGB value is (47,107,59). Sum of RGB (Red+Green+Blue) = 47+107+59=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B3B is #D094C4. Grayscale: #535353. Windows color (decimal): -13669573 or 3894063. OLE color: 3894063.

HSL color Cylindrical-coordinate representation of color #2F6B3B: hue angle of 132º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6B3B is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 107 59 -
CMYK 0.56 0 0.45 0.58
HSL 132º 0.39% 0.3% -
HSV(B) 132º 0.56% 0.42% -
XYZ 7.22 11.44 5.96 -
YUV 83.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 47 107 59 0.56 0 0.45 0.58 132 0.39 0.3
Hex 2F 6B 3B 38 0 2D 3A 84 27 1E
Octal 57 153 73 70 0 55 72 204 47 36
Binary 101111 1101011 111011 111000 0 101101 111010 10000100 100111 11110

Color Harmonies of #2F6B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6B3B

Black with #2F6B3B

Text Example


Text Example

White with #2F6B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,107,59); }

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

background-color css

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

 a { background-color: rgb(47,107,59); }

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

border-color css

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

 span { border-color: rgb(47,107,59); }

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