#295F1B

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

Shades of Myrtle #295F1B

Tints of Myrtle #295F1B

Color information

#295F1B (or 0x295F1B) is unknown color: approx Myrtle. HEX triplet: 29, 5F and 1B. RGB value is (41,95,27). Sum of RGB (Red+Green+Blue) = 41+95+27=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #295F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F1B is #D6A0E4. Grayscale: #474747. Windows color (decimal): -14065893 or 1793833. OLE color: 1793833.

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

Color convert

RGB419527-
CMYK0.5700.720.63
HSL107.65º55.74%23.92%-
HSV(B)107.65º71.58%37.25%-
XYZ5.28.732.45-
YUV71.1103.11106.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=25.15%
G=58.28%
B=16.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195270.5700.720.63107.6555.7423.92
Hex295F1B390483F6c3818
Octal5113733710110771547030
Binary10100110111111101111100101001000111111110110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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