#008E1D

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

Shades of Islamic Green #008E1D

Tints of Islamic Green #008E1D

Color information

#008E1D (or 0x008E1D) is unknown color: approx Islamic Green. HEX triplet: 00, 8E and 1D. RGB value is (0,142,29). Sum of RGB (Red+Green+Blue) = 0+142+29=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 142 (55.86% from 255 or 83.04% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 142 - color contains mainly: green. Hex color #008E1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E1D is #FF71E2. Grayscale: #565656. Windows color (decimal): -16740835 or 1936896. OLE color: 1936896.

HSL color Cylindrical-coordinate representation of color #008E1D: hue angle of 132.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E1D is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB014229-
CMYK100.800.44
HSL132.25º100%27.84%-
HSV(B)132.25º100%55.69%-
XYZ9.8919.434.39-
YUV86.6695.4666.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 83.04%
BLUE value IS 29 (11.72% from 255) = 16.96%
R=0%
G=83.04%
B=16.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014229100.800.44132.2510027.84
Hex08E1D640502C84641c
Octal02163514401205420414434
Binary0100011101110111001000101000010110010000100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,142,29); }

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

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

 a { background-color: rgb(0,142,29); }

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

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

 span { border-color: rgb(0,142,29); }

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