#296312

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

Shades of Myrtle #296312

Tints of Myrtle #296312

Color information

#296312 (or 0x296312) is unknown color: approx Myrtle. HEX triplet: 29, 63 and 12. RGB value is (41,99,18). Sum of RGB (Red+Green+Blue) = 41+99+18=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #296312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296312 is #D69CED. Grayscale: #484848. Windows color (decimal): -14064878 or 1205033. OLE color: 1205033.

HSL color Cylindrical-coordinate representation of color #296312: hue angle of 102.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296312 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB419918-
CMYK0.5900.820.61
HSL102.96º69.23%22.94%-
HSV(B)102.96º81.82%38.82%-
XYZ5.499.442.11-
YUV72.4297.28105.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 99 (39.06% from 255) = 62.66%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=25.95%
G=62.66%
B=11.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199180.5900.820.61102.9669.2322.94
Hex2963123B0523D674517
Octal51143227301227514710527
Binary101001110001110010111011010100101111011100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296312; }

 p { color: rgb(41,99,18); }

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

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

 a { background-color: rgb(41,99,18); }

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

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

 span { border-color: rgb(41,99,18); }

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