#2F643F

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

Shades of Hunter Green #2F643F

Tints of Hunter Green #2F643F

Color information

#2F643F (or 0x2F643F) is unknown color: approx Hunter Green. HEX triplet: 2F, 64 and 3F. RGB value is (47,100,63). Sum of RGB (Red+Green+Blue) = 47+100+63=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #2F643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F643F is #D09BC0. Grayscale: #505050. Windows color (decimal): -13671361 or 4154415. OLE color: 4154415.

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

Color convert

RGB4710063-
CMYK0.5300.370.61
HSL138.11º36.05%28.82%-
HSV(B)138.11º53%39.22%-
XYZ6.6310.086.3-
YUV79.94118.44104.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 100 (39.45% from 255) = 47.62%
BLUE value IS 63 (25% from 255) = 30%
R=22.38%
G=47.62%
B=30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal47100630.5300.370.61138.1136.0528.82
Hex2F643F350253D8a241d
Octal571447765045752124435
Binary101111110010011111111010101001011111011000101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,100,63); }

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

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

 a { background-color: rgb(47,100,63); }

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

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

 span { border-color: rgb(47,100,63); }

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