#295F16

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

Shades of Myrtle #295F16

Tints of Myrtle #295F16

Color information

#295F16 (or 0x295F16) is unknown color: approx Myrtle. HEX triplet: 29, 5F and 16. RGB value is (41,95,22). Sum of RGB (Red+Green+Blue) = 41+95+22=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #295F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F16 is #D6A0E9. Grayscale: #464646. Windows color (decimal): -14065898 or 1466153. OLE color: 1466153.

HSL color Cylindrical-coordinate representation of color #295F16: hue angle of 104.38º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295F16 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB419522-
CMYK0.5700.770.63
HSL104.38º62.39%22.94%-
HSV(B)104.38º76.84%37.25%-
XYZ5.158.712.17-
YUV70.53100.61106.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 95 (37.5% from 255) = 60.13%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=25.95%
G=60.13%
B=13.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195220.5700.770.63104.3862.3922.94
Hex295F163904D3F683e17
Octal5113726710115771507627
Binary10100110111111011011100101001101111111110100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295F16; }

 p { color: rgb(41,95,22); }

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

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

 a { background-color: rgb(41,95,22); }

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

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

 span { border-color: rgb(41,95,22); }

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