#2F633A

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

Shades of Hunter Green #2F633A

Tints of Hunter Green #2F633A

Color information

#2F633A (or 0x2F633A) is unknown color: approx Hunter Green. HEX triplet: 2F, 63 and 3A. RGB value is (47,99,58). Sum of RGB (Red+Green+Blue) = 47+99+58=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #2F633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F633A is #D09CC5. Grayscale: #4E4E4E. Windows color (decimal): -13671622 or 3826479. OLE color: 3826479.

HSL color Cylindrical-coordinate representation of color #2F633A: hue angle of 132.69º 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 #2F633A is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB479958-
CMYK0.5300.410.61
HSL132.69º35.62%28.63%-
HSV(B)132.69º52.53%38.82%-
XYZ6.49.835.56-
YUV78.78116.27105.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=23.04%
G=48.53%
B=28.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799580.5300.410.61132.6935.6228.63
Hex2F633A350293D85241d
Octal571437265051752054435
Binary101111110001111101011010101010011111011000010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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