#295E0E

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

Shades of Myrtle #295E0E

Tints of Myrtle #295E0E

Color information

#295E0E (or 0x295E0E) is unknown color: approx Myrtle. HEX triplet: 29, 5E and 0E. RGB value is (41,94,14). Sum of RGB (Red+Green+Blue) = 41+94+14=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 94 (37.11% from 255 or 63.09% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 94 - color contains mainly: green. Hex color #295E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295E0E is #D6A1F1. Grayscale: #454545. Windows color (decimal): -14066162 or 941609. OLE color: 941609.

HSL color Cylindrical-coordinate representation of color #295E0E: hue angle of 99.75º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #295E0E is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB419414-
CMYK0.5600.850.63
HSL99.75º74.07%21.18%-
HSV(B)99.75º85.11%36.86%-
XYZ58.511.79-
YUV69.0396.94108-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 94 (37.11% from 255) = 63.09%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=27.52%
G=63.09%
B=9.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4194140.5600.850.6399.7574.0721.18
Hex295EE380553F644a15
Octal51136167001257714411225
Binary10100110111101110111000010101011111111100100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,94,14); }

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

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

 a { background-color: rgb(41,94,14); }

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

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

 span { border-color: rgb(41,94,14); }

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