#039402

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

Shades of Islamic Green #039402

Tints of Islamic Green #039402

Color information

#039402 (or 0x039402) is unknown color: approx Islamic Green. HEX triplet: 03, 94 and 02. RGB value is (3,148,2). Sum of RGB (Red+Green+Blue) = 3+148+2=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 148 (58.20% from 255 or 96.73% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 148 - color contains mainly: green. Hex color #039402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #039402 is #FC6BFD. Grayscale: #585858. Windows color (decimal): -16542718 or 168963. OLE color: 168963.

HSL color Cylindrical-coordinate representation of color #039402: hue angle of 119.59º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039402 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB31482-
CMYK0.9800.990.42
HSL119.59º97.33%29.41%-
HSV(B)119.59º98.65%58.04%-
XYZ10.6421.23.59-
YUV8879.4667.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 148 (58.20% from 255) = 96.73%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=1.96%
G=96.73%
B=1.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal314820.9800.990.42119.5997.3329.41
Hex3942620632A78611d
Octal3224214201435217014135
Binary1110010100101100010011000111010101111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039402; }

 p { color: rgb(3,148,2); }

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

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

 a { background-color: rgb(3,148,2); }

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

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

 span { border-color: rgb(3,148,2); }

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