#295015

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

Shades of Myrtle #295015

Tints of Myrtle #295015

Color information

#295015 (or 0x295015) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 15. RGB value is (41,80,21). Sum of RGB (Red+Green+Blue) = 41+80+21=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #295015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295015 is #D6AFEA. Grayscale: #3D3D3D. Windows color (decimal): -14069739 or 1396777. OLE color: 1396777.

HSL color Cylindrical-coordinate representation of color #295015: hue angle of 99.66º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295015 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB418021-
CMYK0.4900.740.69
HSL99.66º58.42%19.8%-
HSV(B)99.66º73.75%31.37%-
XYZ3.926.261.71-
YUV61.61105.08113.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 80 (31.64% from 255) = 56.34%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=28.87%
G=56.34%
B=14.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180210.4900.740.6999.6658.4219.8
Hex2950153104A45643a14
Octal51120256101121051447224
Binary101001101000010101110001010010101000101110010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295015; }

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

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

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

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

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

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

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

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