#028D1D

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

Shades of Islamic Green #028D1D

Tints of Islamic Green #028D1D

Color information

#028D1D (or 0x028D1D) is unknown color: approx Islamic Green. HEX triplet: 02, 8D and 1D. RGB value is (2,141,29). Sum of RGB (Red+Green+Blue) = 2+141+29=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 141 (55.47% from 255 or 81.98% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 141 - color contains mainly: green. Hex color #028D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D1D is #FD72E2. Grayscale: #565656. Windows color (decimal): -16610019 or 1936642. OLE color: 1936642.

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

Color convert

RGB214129-
CMYK0.9900.790.45
HSL131.65º97.2%28.04%-
HSV(B)131.65º98.58%55.29%-
XYZ9.7719.154.34-
YUV86.6795.4567.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 141 (55.47% from 255) = 81.98%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=1.16%
G=81.98%
B=16.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141290.9900.790.45131.6597.228.04
Hex28D1D6304F2D84611c
Octal22153514301175520414134
Binary10100011011110111000110100111110110110000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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