#295212

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

Shades of Myrtle #295212

Tints of Myrtle #295212

Color information

#295212 (or 0x295212) is unknown color: approx Myrtle. HEX triplet: 29, 52 and 12. RGB value is (41,82,18). Sum of RGB (Red+Green+Blue) = 41+82+18=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #295212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295212 is #D6ADED. Grayscale: #3E3E3E. Windows color (decimal): -14069230 or 1200681. OLE color: 1200681.

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

Color convert

RGB418218-
CMYK0.5000.780.68
HSL98.44º64%19.61%-
HSV(B)98.44º78.05%32.16%-
XYZ4.046.551.62-
YUV62.44102.92112.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 82 (32.42% from 255) = 58.16%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=29.08%
G=58.16%
B=12.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182180.5000.780.6898.446419.61
Hex2952123204E44624014
Octal511222262011610414210024
Binary1010011010010100101100100100111010001001100010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295212; }

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

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

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

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

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

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

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

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