#296402

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

Shades of Myrtle #296402

Tints of Myrtle #296402

Color information

#296402 (or 0x296402) is unknown color: approx Myrtle. HEX triplet: 29, 64 and 02. RGB value is (41,100,2). Sum of RGB (Red+Green+Blue) = 41+100+2=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #296402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296402 is #D69BFD. Grayscale: #474747. Windows color (decimal): -14064638 or 156713. OLE color: 156713.

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

Color convert

RGB411002-
CMYK0.5900.980.61
HSL96.12º96.08%20%-
HSV(B)96.12º98%39.22%-
XYZ5.489.591.62-
YUV71.1988.95106.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 100 (39.45% from 255) = 69.93%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=28.67%
G=69.93%
B=1.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4110020.5900.980.6196.1296.0820
Hex296423B0623D606014
Octal5114427301427514014024
Binary101001110010010111011011000101111011100000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296402; }

 p { color: rgb(41,100,2); }

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

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

 a { background-color: rgb(41,100,2); }

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

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

 span { border-color: rgb(41,100,2); }

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