#295213

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

Shades of Myrtle #295213

Tints of Myrtle #295213

Color information

#295213 (or 0x295213) is unknown color: approx Myrtle. HEX triplet: 29, 52 and 13. RGB value is (41,82,19). Sum of RGB (Red+Green+Blue) = 41+82+19=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #295213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295213 is #D6ADEC. Grayscale: #3E3E3E. Windows color (decimal): -14069229 or 1266217. OLE color: 1266217.

HSL color Cylindrical-coordinate representation of color #295213: hue angle of 99.05º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295213 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB418219-
CMYK0.5000.770.68
HSL99.05º62.38%19.8%-
HSV(B)99.05º76.83%32.16%-
XYZ4.056.551.67-
YUV62.56103.42112.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 82 (32.42% from 255) = 57.75%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=28.87%
G=57.75%
B=13.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182190.5000.770.6899.0562.3819.8
Hex2952133204D44633e14
Octal51122236201151041437624
Binary101001101001010011110010010011011000100110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295213; }

 p { color: rgb(41,82,19); }

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

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

 a { background-color: rgb(41,82,19); }

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

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

 span { border-color: rgb(41,82,19); }

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