#028D05

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

Shades of Islamic Green #028D05

Tints of Islamic Green #028D05

Color information

#028D05 (or 0x028D05) is unknown color: approx Islamic Green. HEX triplet: 02, 8D and 05. RGB value is (2,141,5). Sum of RGB (Red+Green+Blue) = 2+141+5=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 141 (55.47% from 255 or 95.27% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 141 - color contains mainly: green. Hex color #028D05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028D05 is #FD72FA. Grayscale: #545454. Windows color (decimal): -16610043 or 363778. OLE color: 363778.

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

Color convert

RGB21415-
CMYK0.9900.960.45
HSL121.29º97.2%28.04%-
HSV(B)121.29º98.58%55.29%-
XYZ9.5819.073.32-
YUV83.9383.4569.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 141 (55.47% from 255) = 95.27%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=1.35%
G=95.27%
B=3.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal214150.9900.960.45121.2997.228.04
Hex28D5630602D79611c
Octal2215514301405517114134
Binary10100011011011100011011000001011011111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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