#008E1E

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

Shades of Islamic Green #008E1E

Tints of Islamic Green #008E1E

Color information

#008E1E (or 0x008E1E) is unknown color: approx Islamic Green. HEX triplet: 00, 8E and 1E. RGB value is (0,142,30). Sum of RGB (Red+Green+Blue) = 0+142+30=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 142 (55.86% from 255 or 82.56% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 142 - color contains mainly: green. Hex color #008E1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008E1E is #FF71E1. Grayscale: #575757. Windows color (decimal): -16740834 or 2002432. OLE color: 2002432.

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

Color convert

RGB014230-
CMYK100.790.44
HSL132.68º100%27.84%-
HSV(B)132.68º100%55.69%-
XYZ9.9119.444.46-
YUV86.7795.9666.11-

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) = 82.56%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=0%
G=82.56%
B=17.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014230100.790.44132.6810027.84
Hex08E1E6404F2C85641c
Octal02163614401175420514434
Binary0100011101111011001000100111110110010000101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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