#295308

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

Shades of Myrtle #295308

Tints of Myrtle #295308

Color information

#295308 (or 0x295308) is unknown color: approx Myrtle. HEX triplet: 29, 53 and 08. RGB value is (41,83,8). Sum of RGB (Red+Green+Blue) = 41+83+8=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #295308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295308 is #D6ACF7. Grayscale: #3E3E3E. Windows color (decimal): -14068984 or 545577. OLE color: 545577.

HSL color Cylindrical-coordinate representation of color #295308: hue angle of 93.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #295308 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB41838-
CMYK0.5100.900.67
HSL93.6º82.42%17.84%-
HSV(B)93.6º90.36%32.55%-
XYZ4.056.681.3-
YUV61.8997.59113.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 83 (32.81% from 255) = 62.88%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=31.06%
G=62.88%
B=6.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal418380.5100.900.6793.682.4217.84
Hex295383305A435e5212
Octal511231063013210313612222
Binary101001101001110001100110101101010000111011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295308; }

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

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

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

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

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

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

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

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