#296003

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

Shades of Myrtle #296003

Tints of Myrtle #296003

Color information

#296003 (or 0x296003) is unknown color: approx Myrtle. HEX triplet: 29, 60 and 03. RGB value is (41,96,3). Sum of RGB (Red+Green+Blue) = 41+96+3=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #296003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296003 is #D69FFC. Grayscale: #454545. Windows color (decimal): -14065661 or 221225. OLE color: 221225.

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

Color convert

RGB41963-
CMYK0.5700.970.62
HSL95.48º93.94%19.41%-
HSV(B)95.48º96.88%37.65%-
XYZ5.118.841.52-
YUV68.9590.78108.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 96 (37.89% from 255) = 68.57%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=29.29%
G=68.57%
B=2.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal419630.5700.970.6295.4893.9419.41
Hex29603390613E5f5e13
Octal5114037101417613713623
Binary101001110000011111001011000011111101011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296003; }

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

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

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

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

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

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

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

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