#2F693A

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

Shades of Hunter Green #2F693A

Tints of Hunter Green #2F693A

Color information

#2F693A (or 0x2F693A) is unknown color: approx Hunter Green. HEX triplet: 2F, 69 and 3A. RGB value is (47,105,58). Sum of RGB (Red+Green+Blue) = 47+105+58=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #2F693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F693A is #D096C5. Grayscale: #525252. Windows color (decimal): -13670086 or 3828015. OLE color: 3828015.

HSL color Cylindrical-coordinate representation of color #2F693A: hue angle of 131.38º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F693A is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB4710558-
CMYK0.5500.450.59
HSL131.38º38.16%29.8%-
HSV(B)131.38º55.24%41.18%-
XYZ6.9911.015.76-
YUV82.3114.28102.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=22.38%
G=50%
B=27.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47105580.5500.450.59131.3838.1629.8
Hex2F693A3702D3B83261e
Octal571517267055732034636
Binary101111110100111101011011101011011110111000001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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