#306640

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

Shades of Hunter Green #306640

Tints of Hunter Green #306640

Color information

#306640 (or 0x306640) is unknown color: approx Hunter Green. HEX triplet: 30, 66 and 40. RGB value is (48,102,64). Sum of RGB (Red+Green+Blue) = 48+102+64=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #306640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306640 is #CF99BF. Grayscale: #515151. Windows color (decimal): -13605312 or 4220464. OLE color: 4220464.

HSL color Cylindrical-coordinate representation of color #306640: hue angle of 137.78º 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 #306640 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB4810264-
CMYK0.5300.370.6
HSL137.78º36%29.41%-
HSV(B)137.78º52.94%40%-
XYZ6.910.56.51-
YUV81.52118.11104.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=22.43%
G=47.66%
B=29.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102640.5300.370.6137.783629.41
Hex306640350253C8a241d
Octal6014610065045742124435
Binary1100001100110100000011010101001011111001000101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306640; }

 p { color: rgb(48,102,64); }

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

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

 a { background-color: rgb(48,102,64); }

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

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

 span { border-color: rgb(48,102,64); }

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