#296014

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

Shades of Myrtle #296014

Tints of Myrtle #296014

Color information

#296014 (or 0x296014) is unknown color: approx Myrtle. HEX triplet: 29, 60 and 14. RGB value is (41,96,20). Sum of RGB (Red+Green+Blue) = 41+96+20=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #296014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296014 is #D69FEB. Grayscale: #474747. Windows color (decimal): -14065644 or 1335337. OLE color: 1335337.

HSL color Cylindrical-coordinate representation of color #296014: hue angle of 103.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296014 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB419620-
CMYK0.5700.790.62
HSL103.42º65.52%22.75%-
HSV(B)103.42º79.17%37.65%-
XYZ5.228.892.1-
YUV70.8999.28106.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=26.11%
G=61.15%
B=12.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196200.5700.790.62103.4265.5222.75
Hex2960143904F3E674217
Octal51140247101177614710227
Binary101001110000010100111001010011111111101100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296014; }

 p { color: rgb(41,96,20); }

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

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

 a { background-color: rgb(41,96,20); }

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

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

 span { border-color: rgb(41,96,20); }

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