#295F11

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

Shades of Myrtle #295F11

Tints of Myrtle #295F11

Color information

#295F11 (or 0x295F11) is unknown color: approx Myrtle. HEX triplet: 29, 5F and 11. RGB value is (41,95,17). Sum of RGB (Red+Green+Blue) = 41+95+17=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 95 (37.5% from 255 or 62.09% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 95 - color contains mainly: green. Hex color #295F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295F11 is #D6A0EE. Grayscale: #464646. Windows color (decimal): -14065903 or 1138473. OLE color: 1138473.

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

Color convert

RGB419517-
CMYK0.5700.820.63
HSL101.54º69.64%21.96%-
HSV(B)101.54º82.11%37.25%-
XYZ5.118.71.94-
YUV69.9698.11107.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 95 (37.5% from 255) = 62.09%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=26.80%
G=62.09%
B=11.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195170.5700.820.63101.5469.6421.96
Hex295F11390523F664616
Octal51137217101227714610626
Binary101001101111110001111001010100101111111100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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