#295012

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

Shades of Myrtle #295012

Tints of Myrtle #295012

Color information

#295012 (or 0x295012) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 12. RGB value is (41,80,18). Sum of RGB (Red+Green+Blue) = 41+80+18=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #295012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295012 is #D6AFED. Grayscale: #3D3D3D. Windows color (decimal): -14069742 or 1200169. OLE color: 1200169.

HSL color Cylindrical-coordinate representation of color #295012: hue angle of 97.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295012 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB418018-
CMYK0.4900.780.69
HSL97.74º63.27%19.22%-
HSV(B)97.74º77.5%31.37%-
XYZ3.896.251.57-
YUV61.27103.58113.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=29.50%
G=57.55%
B=12.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180180.4900.780.6997.7463.2719.22
Hex2950123104E45623f13
Octal51120226101161051427723
Binary101001101000010010110001010011101000101110001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295012; }

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

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

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

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

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

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

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

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