#285E20

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

Shades of Myrtle #285E20

Tints of Myrtle #285E20

Color information

#285E20 (or 0x285E20) is unknown color: approx Myrtle. HEX triplet: 28, 5E and 20. RGB value is (40,94,32). Sum of RGB (Red+Green+Blue) = 40+94+32=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #285E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E20 is #D7A1DF. Grayscale: #464646. Windows color (decimal): -14131680 or 2121256. OLE color: 2121256.

HSL color Cylindrical-coordinate representation of color #285E20: hue angle of 112.26º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285E20 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB409432-
CMYK0.5700.660.63
HSL112.26º49.21%24.71%-
HSV(B)112.26º65.96%36.86%-
XYZ5.148.562.75-
YUV70.79106.11106.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 94 (37.11% from 255) = 56.63%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=24.10%
G=56.63%
B=19.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4094320.5700.660.63112.2649.2124.71
Hex285E20390423F703119
Octal5013640710102771606131
Binary101000101111010000011100101000010111111111000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285E20; }

 p { color: rgb(40,94,32); }

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

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

 a { background-color: rgb(40,94,32); }

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

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

 span { border-color: rgb(40,94,32); }

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