#295C12

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

Shades of Myrtle #295C12

Tints of Myrtle #295C12

Color information

#295C12 (or 0x295C12) is unknown color: approx Myrtle. HEX triplet: 29, 5C and 12. RGB value is (41,92,18). Sum of RGB (Red+Green+Blue) = 41+92+18=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 92 (36.33% from 255 or 60.93% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 92 - color contains mainly: green. Hex color #295C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295C12 is #D6A3ED. Grayscale: #444444. Windows color (decimal): -14066670 or 1203241. OLE color: 1203241.

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

Color convert

RGB419218-
CMYK0.5500.800.64
HSL101.35º67.27%21.57%-
HSV(B)101.35º80.43%36.08%-
XYZ4.858.171.89-
YUV68.3299.6108.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 92 (36.33% from 255) = 60.93%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=27.15%
G=60.93%
B=11.92%

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
Decimal4192180.5500.800.64101.3567.2721.57
Hex295C123705040654316
Octal511342267012010014510326
Binary1010011011100100101101110101000010000001100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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