#295A1A

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

Shades of Myrtle #295A1A

Tints of Myrtle #295A1A

Color information

#295A1A (or 0x295A1A) is unknown color: approx Myrtle. HEX triplet: 29, 5A and 1A. RGB value is (41,90,26). Sum of RGB (Red+Green+Blue) = 41+90+26=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #295A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A1A is #D6A5E5. Grayscale: #444444. Windows color (decimal): -14067174 or 1727017. OLE color: 1727017.

HSL color Cylindrical-coordinate representation of color #295A1A: hue angle of 105.94º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295A1A is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB419026-
CMYK0.5400.710.65
HSL105.94º55.17%22.75%-
HSV(B)105.94º71.11%35.29%-
XYZ4.767.862.24-
YUV68.05104.27108.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.11%
GREEN value IS 90 (35.55% from 255) = 57.32%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=26.11%
G=57.32%
B=16.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190260.5400.710.65105.9455.1722.75
Hex295A1A36047416a3717
Octal51132326601071011526727
Binary101001101101011010110110010001111000001110101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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