#2F613C

Color #2F613C Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #2F613C

Tints of Hunter Green #2F613C

Color information

#2F613C (or 0x2F613C) is unknown color: approx 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

RGB479760-
CMYK0.5200.380.62
HSL135.6º34.72%28.24%-
HSV(B)135.6º51.55%38.04%-
XYZ6.269.485.77-
YUV77.83117.94106.01-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797600.5200.380.62135.634.7228.24
Hex2F613C340263E88231c
Octal571417464046762104334
Binary101111110000111110011010001001101111101000100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>