#295B12

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

Shades of Myrtle #295B12

Tints of Myrtle #295B12

Color information

#295B12 (or 0x295B12) is unknown color: approx Myrtle. HEX triplet: 29, 5B and 12. RGB value is (41,91,18). Sum of RGB (Red+Green+Blue) = 41+91+18=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #295B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295B12 is #D6A4ED. Grayscale: #434343. Windows color (decimal): -14066926 or 1202985. OLE color: 1202985.

HSL color Cylindrical-coordinate representation of color #295B12: hue angle of 101.1º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295B12 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB419118-
CMYK0.5500.800.64
HSL101.1º66.97%21.37%-
HSV(B)101.1º80.22%35.69%-
XYZ4.7681.86-
YUV67.7399.94108.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 91 (35.94% from 255) = 60.67%
BLUE value IS 18 (7.42% from 255) = 12%
R=27.33%
G=60.67%
B=12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191180.5500.800.64101.166.9721.37
Hex295B123705040654315
Octal511332267012010014510325
Binary1010011011011100101101110101000010000001100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,18); }

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

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

 a { background-color: rgb(41,91,18); }

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

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

 span { border-color: rgb(41,91,18); }

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