#28630A

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

Shades of Myrtle #28630A

Tints of Myrtle #28630A

Color information

#28630A (or 0x28630A) is unknown color: approx Myrtle. HEX triplet: 28, 63 and 0A. RGB value is (40,99,10). Sum of RGB (Red+Green+Blue) = 40+99+10=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #28630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28630A is #D79CF5. Grayscale: #474747. Windows color (decimal): -14130422 or 680744. OLE color: 680744.

HSL color Cylindrical-coordinate representation of color #28630A: hue angle of 99.78º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28630A is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB409910-
CMYK0.6000.900.61
HSL99.78º81.65%21.37%-
HSV(B)99.78º89.9%38.82%-
XYZ5.399.41.82-
YUV71.2193.45105.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 99 (39.06% from 255) = 66.44%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=26.85%
G=66.44%
B=6.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099100.6000.900.6199.7881.6521.37
Hex2863A3C05A3D645215
Octal50143127401327514412225
Binary10100011000111010111100010110101111011100100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28630A; }

 p { color: rgb(40,99,10); }

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

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

 a { background-color: rgb(40,99,10); }

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

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

 span { border-color: rgb(40,99,10); }

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