#295025

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

Shades of Myrtle #295025

Tints of Myrtle #295025

Color information

#295025 (or 0x295025) is unknown color: approx Myrtle. HEX triplet: 29, 50 and 25. RGB value is (41,80,37). Sum of RGB (Red+Green+Blue) = 41+80+37=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #295025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295025 is #D6AFDA. Grayscale: #3F3F3F. Windows color (decimal): -14069723 or 2445353. OLE color: 2445353.

HSL color Cylindrical-coordinate representation of color #295025: hue angle of 114.42º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295025 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB418037-
CMYK0.4900.540.69
HSL114.42º36.75%22.94%-
HSV(B)114.42º53.75%31.37%-
XYZ4.126.342.76-
YUV63.44113.08112-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=25.95%
G=50.63%
B=23.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180370.4900.540.69114.4236.7522.94
Hex2950253103645722517
Octal5112045610661051624527
Binary101001101000010010111000101101101000101111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295025; }

 p { color: rgb(41,80,37); }

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

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

 a { background-color: rgb(41,80,37); }

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

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

 span { border-color: rgb(41,80,37); }

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