#039012

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

Shades of Islamic Green #039012

Tints of Islamic Green #039012

Color information

#039012 (or 0x039012) is unknown color: approx Islamic Green. HEX triplet: 03, 90 and 12. RGB value is (3,144,18). Sum of RGB (Red+Green+Blue) = 3+144+18=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #039012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039012 is #FC6FED. Grayscale: #575757. Windows color (decimal): -16543726 or 1216515. OLE color: 1216515.

HSL color Cylindrical-coordinate representation of color #039012: hue angle of 126.38º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039012 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB314418-
CMYK0.9800.880.44
HSL126.38º95.92%28.82%-
HSV(B)126.38º97.92%56.47%-
XYZ10.1220.013.9-
YUV87.4888.7967.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 144 (56.64% from 255) = 87.27%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=1.82%
G=87.27%
B=10.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3144180.9800.880.44126.3895.9228.82
Hex39012620582C7e601d
Octal32202214201305417614035
Binary1110010000100101100010010110001011001111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039012; }

 p { color: rgb(3,144,18); }

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

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

 a { background-color: rgb(3,144,18); }

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

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

 span { border-color: rgb(3,144,18); }

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