#028D0A

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

Shades of Islamic Green #028D0A

Tints of Islamic Green #028D0A

Color information

#028D0A (or 0x028D0A) is unknown color: approx Islamic Green. HEX triplet: 02, 8D and 0A. RGB value is (2,141,10). Sum of RGB (Red+Green+Blue) = 2+141+10=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 141 (55.47% from 255 or 92.16% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 141 - color contains mainly: green. Hex color #028D0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028D0A is #FD72F5. Grayscale: #545454. Windows color (decimal): -16610038 or 691458. OLE color: 691458.

HSL color Cylindrical-coordinate representation of color #028D0A: hue angle of 123.45º 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 #028D0A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB214110-
CMYK0.9900.930.45
HSL123.45º97.2%28.04%-
HSV(B)123.45º98.58%55.29%-
XYZ9.619.083.46-
YUV84.585.9569.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 141 (55.47% from 255) = 92.16%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=1.31%
G=92.16%
B=6.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141100.9900.930.45123.4597.228.04
Hex28DA6305D2D7b611c
Octal22151214301355517314134
Binary101000110110101100011010111011011011111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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