Html Css Color HEX #2F603C Hunter Green

📋 copy color: '#2F603C'

red 47 ◦ green 96 ◦ blue 60

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

Shades of Hunter Green #2F603C

Tints of Hunter Green #2F603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 60 (23.83% from 255) = 29.56%

R = 23.15%
G = 47.29%
B = 29.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#2F603C (or 0x2F603C) is known color: Hunter Green. HEX triplet: 2F, 60 and 3C. RGB value is (47,96,60). Sum of RGB (Red+Green+Blue) = 47+96+60=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #2F603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F603C is #D09FC3. Grayscale: #4D4D4D. Windows color (decimal): -13672388 or 3956783. OLE color: 3956783.

HSL color Cylindrical-coordinate representation of color #2F603C: hue angle of 135.92º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F603C is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 60 -
CMYK 0.51 0 0.38 0.62
HSL 135.92º 0.34% 0.28% -
HSV(B) 135.92º 0.51% 0.38% -
XYZ 6.17 9.3 5.74 -
YUV 77.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 47 96 60 0.51 0 0.38 0.62 135.92 0.34 0.28
Hex 2F 60 3C 33 0 26 3E 88 22 1C
Octal 57 140 74 63 0 46 76 210 42 34
Binary 101111 1100000 111100 110011 0 100110 111110 10001000 100010 11100

Color Harmonies of #2F603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F603C

Black with #2F603C

Text Example


Text Example

White with #2F603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,96,60); }

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

background-color css

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

 a { background-color: rgb(47,96,60); }

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

border-color css

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

 span { border-color: rgb(47,96,60); }

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