#008D03

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

Shades of Islamic Green #008D03

Tints of Islamic Green #008D03

Color information

#008D03 (or 0x008D03) is unknown color: approx Islamic Green. HEX triplet: 00, 8D and 03. RGB value is (0,141,3). Sum of RGB (Red+Green+Blue) = 0+141+3=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 141 (55.47% from 255 or 97.92% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 141 - color contains mainly: green. Hex color #008D03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D03 is #FF72FC. Grayscale: #535353. Windows color (decimal): -16741117 or 232704. OLE color: 232704.

HSL color Cylindrical-coordinate representation of color #008D03: hue angle of 121.28º 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 #008D03 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB01413-
CMYK100.980.45
HSL121.28º100%27.65%-
HSV(B)121.28º100%55.29%-
XYZ9.5419.063.26-
YUV83.1182.7968.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 97.92%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=0%
G=97.92%
B=2.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01413100.980.45121.2810027.65
Hex08D3640622D79641c
Octal0215314401425517114434
Binary010001101111100100011000101011011111001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008D03; }

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

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

<style>
 a { background-color: #008D03; }

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

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

<style>
 span { border-color: #008D03; }

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

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