#028D00

Color #028D00 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #028D00

Tints of Islamic Green #028D00

Color information

#028D00 (or 0x028D00) is unknown color: approx Islamic Green. HEX triplet: 02, 8D and 00. RGB value is (2,141,0). Sum of RGB (Red+Green+Blue) = 2+141+0=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 141 (55.47% from 255 or 98.60% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 141 - color contains mainly: green. Hex color #028D00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028D00 is #FD72FF. Grayscale: #535353. Windows color (decimal): -16610048 or 36098. OLE color: 36098.

HSL color Cylindrical-coordinate representation of color #028D00: hue angle of 119.15º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #028D00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB21410-
CMYK0.99010.45
HSL119.15º100%27.65%-
HSV(B)119.15º100%55.29%-
XYZ9.5519.063.18-
YUV83.3680.9569.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 141 (55.47% from 255) = 98.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.40%
G=98.60%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal214100.99010.45119.1510027.65
Hex28D0630642D77641c
Octal2215014301445516714434
Binary101000110101100011011001001011011110111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028D00; }

 p { color: rgb(2,141,0); }

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

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

 a { background-color: rgb(2,141,0); }

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

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

 span { border-color: rgb(2,141,0); }

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