#285D14

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

Shades of Myrtle #285D14

Tints of Myrtle #285D14

Color information

#285D14 (or 0x285D14) is unknown color: approx Myrtle. HEX triplet: 28, 5D and 14. RGB value is (40,93,20). Sum of RGB (Red+Green+Blue) = 40+93+20=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 93 (36.72% from 255 or 60.78% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 93 - color contains mainly: green. Hex color #285D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285D14 is #D7A2EB. Grayscale: #454545. Windows color (decimal): -14131948 or 1334568. OLE color: 1334568.

HSL color Cylindrical-coordinate representation of color #285D14: hue angle of 103.56º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285D14 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB409320-
CMYK0.5700.780.64
HSL103.56º64.6%22.16%-
HSV(B)103.56º78.49%36.47%-
XYZ4.928.332.01-
YUV68.83100.44107.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 93 (36.72% from 255) = 60.78%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=26.14%
G=60.78%
B=13.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093200.5700.780.64103.5664.622.16
Hex285D143904E40684116
Octal501352471011610015010126
Binary1010001011101101001110010100111010000001101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,93,20); }

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

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

 a { background-color: rgb(40,93,20); }

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

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

 span { border-color: rgb(40,93,20); }

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