#285012

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

Shades of Myrtle #285012

Tints of Myrtle #285012

Color information

#285012 (or 0x285012) is unknown color: approx Myrtle. HEX triplet: 28, 50 and 12. RGB value is (40,80,18). Sum of RGB (Red+Green+Blue) = 40+80+18=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #285012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285012 is #D7AFED. Grayscale: #3D3D3D. Windows color (decimal): -14135278 or 1200168. OLE color: 1200168.

HSL color Cylindrical-coordinate representation of color #285012: hue angle of 98.71º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285012 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB408018-
CMYK0.500.780.69
HSL98.71º63.27%19.22%-
HSV(B)98.71º77.5%31.37%-
XYZ3.856.231.57-
YUV60.97103.75113.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.99%
GREEN value IS 80 (31.64% from 255) = 57.97%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=28.99%
G=57.97%
B=13.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080180.500.780.6998.7163.2719.22
Hex2850123204E45633f13
Octal50120226201161051437723
Binary101000101000010010110010010011101000101110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285012; }

 p { color: rgb(40,80,18); }

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

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

 a { background-color: rgb(40,80,18); }

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

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

 span { border-color: rgb(40,80,18); }

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