#295F1A

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

Shades of Myrtle #295F1A

Tints of Myrtle #295F1A

Color information

#295F1A (or 0x295F1A) is unknown color: approx Myrtle. HEX triplet: 29, 5F and 1A. RGB value is (41,95,26). Sum of RGB (Red+Green+Blue) = 41+95+26=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #295F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F1A is #D6A0E5. Grayscale: #474747. Windows color (decimal): -14065894 or 1728297. OLE color: 1728297.

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

Color convert

RGB419526-
CMYK0.5700.730.63
HSL106.96º57.02%23.73%-
HSV(B)106.96º72.63%37.25%-
XYZ5.198.732.39-
YUV70.99102.61106.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 95 (37.5% from 255) = 58.64%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=25.31%
G=58.64%
B=16.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195260.5700.730.63106.9657.0223.73
Hex295F1A390493F6b3918
Octal5113732710111771537130
Binary10100110111111101011100101001001111111110101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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