#295E1F

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

Shades of Myrtle #295E1F

Tints of Myrtle #295E1F

Color information

#295E1F (or 0x295E1F) is unknown color: approx Myrtle. HEX triplet: 29, 5E and 1F. RGB value is (41,94,31). Sum of RGB (Red+Green+Blue) = 41+94+31=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #295E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E1F is #D6A1E0. Grayscale: #474747. Windows color (decimal): -14066145 or 2055721. OLE color: 2055721.

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

Color convert

RGB419431-
CMYK0.5600.670.63
HSL110.48º50.4%24.51%-
HSV(B)110.48º67.02%36.86%-
XYZ5.168.582.68-
YUV70.97105.44106.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 94 (37.11% from 255) = 56.63%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=24.70%
G=56.63%
B=18.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4194310.5600.670.63110.4850.424.51
Hex295E1F380433F6e3219
Octal5113637700103771566231
Binary10100110111101111111100001000011111111110111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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