#295312

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

Shades of Myrtle #295312

Tints of Myrtle #295312

Color information

#295312 (or 0x295312) is unknown color: approx Myrtle. HEX triplet: 29, 53 and 12. RGB value is (41,83,18). Sum of RGB (Red+Green+Blue) = 41+83+18=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #295312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295312 is #D6ACED. Grayscale: #3F3F3F. Windows color (decimal): -14068974 or 1200937. OLE color: 1200937.

HSL color Cylindrical-coordinate representation of color #295312: hue angle of 98.77º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295312 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB418318-
CMYK0.5100.780.67
HSL98.77º64.36%19.8%-
HSV(B)98.77º78.31%32.55%-
XYZ4.126.71.65-
YUV63.03102.59112.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=28.87%
G=58.45%
B=12.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183180.5100.780.6798.7764.3619.8
Hex2953123304E43634014
Octal511232263011610314310024
Binary1010011010011100101100110100111010000111100011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295312; }

 p { color: rgb(41,83,18); }

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

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

 a { background-color: rgb(41,83,18); }

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

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

 span { border-color: rgb(41,83,18); }

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