#28500F

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

Shades of Myrtle #28500F

Tints of Myrtle #28500F

Color information

#28500F (or 0x28500F) is unknown color: approx Myrtle. HEX triplet: 28, 50 and 0F. RGB value is (40,80,15). Sum of RGB (Red+Green+Blue) = 40+80+15=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #28500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28500F is #D7AFF0. Grayscale: #3C3C3C. Windows color (decimal): -14135281 or 1003560. OLE color: 1003560.

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

Color convert

RGB408015-
CMYK0.500.810.69
HSL96.92º68.42%18.63%-
HSV(B)96.92º81.25%31.37%-
XYZ3.836.221.45-
YUV60.63102.25113.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.63%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=29.63%
G=59.26%
B=11.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080150.500.810.6996.9268.4218.63
Hex2850F3205145614413
Octal501201762012110514110423
Binary101000101000011111100100101000110001011100001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28500F; }

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

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

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

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

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

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

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

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