#295018

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

Shades of Myrtle #295018

Tints of Myrtle #295018

Color information

#295018 (or 0x295018) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 18. RGB value is (41,80,24). Sum of RGB (Red+Green+Blue) = 41+80+24=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #295018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295018 is #D6AFE7. Grayscale: #3E3E3E. Windows color (decimal): -14069736 or 1593385. OLE color: 1593385.

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

Color convert

RGB418024-
CMYK0.4900.700.69
HSL101.79º53.85%20.39%-
HSV(B)101.79º70%31.37%-
XYZ3.956.271.87-
YUV61.95106.58113.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 80 (31.64% from 255) = 55.17%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=28.28%
G=55.17%
B=16.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180240.4900.700.69101.7953.8520.39
Hex2950183104645663614
Octal51120306101061051466624
Binary101001101000011000110001010001101000101110011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295018; }

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

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

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

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

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

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

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

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