Html Css Color HEX #2F613C Hunter Green

📋 copy color: '#2F613C'

red 47 ◦ green 97 ◦ blue 60

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

Shades of Hunter Green #2F613C

Tints of Hunter Green #2F613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.55%

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

R = 23.04%
G = 47.55%
B = 29.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#2F613C (or 0x2F613C) is known color: Hunter Green. HEX triplet: 2F, 61 and 3C. RGB value is (47,97,60). Sum of RGB (Red+Green+Blue) = 47+97+60=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #2F613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F613C is #D09EC3. Grayscale: #4D4D4D. Windows color (decimal): -13672132 or 3957039. OLE color: 3957039.

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

Color convert

RGB 47 97 60 -
CMYK 0.52 0 0.38 0.62
HSL 135.6º 0.35% 0.28% -
HSV(B) 135.6º 0.52% 0.38% -
XYZ 6.26 9.48 5.77 -
YUV 77.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 47 97 60 0.52 0 0.38 0.62 135.6 0.35 0.28
Hex 2F 61 3C 34 0 26 3E 88 23 1C
Octal 57 141 74 64 0 46 76 210 43 34
Binary 101111 1100001 111100 110100 0 100110 111110 10001000 100011 11100

Color Harmonies of #2F613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F613C

Black with #2F613C

Text Example


Text Example

White with #2F613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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