#2F653A

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

Shades of Hunter Green #2F653A

Tints of Hunter Green #2F653A

Color information

#2F653A (or 0x2F653A) is unknown color: approx Hunter Green. HEX triplet: 2F, 65 and 3A. RGB value is (47,101,58). Sum of RGB (Red+Green+Blue) = 47+101+58=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #2F653A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F653A is #D09AC5. Grayscale: #505050. Windows color (decimal): -13671110 or 3826991. OLE color: 3826991.

HSL color Cylindrical-coordinate representation of color #2F653A: hue angle of 132.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F653A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB4710158-
CMYK0.5300.430.60
HSL132.22º36.49%29.02%-
HSV(B)132.22º53.47%39.61%-
XYZ6.5910.225.63-
YUV79.95115.61104.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.82%
GREEN value IS 101 (39.84% from 255) = 49.03%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=22.82%
G=49.03%
B=28.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal47101580.5300.430.60132.2236.4929.02
Hex2F653A3502B3C84241d
Octal571457265053742044435
Binary101111110010111101011010101010111111001000010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,101,58); }

 H1.HeaderClassName
 {
   color: #2F653A;
 }
 .AnyTagClassName
 {
   color: #2F653A;
 }
</style>
background-color css

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

 a { background-color: rgb(47,101,58); }

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

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

 span { border-color: rgb(47,101,58); }

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