#029503

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

Shades of Islamic Green #029503

Tints of Islamic Green #029503

Color information

#029503 (or 0x029503) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 03. RGB value is (2,149,3). Sum of RGB (Red+Green+Blue) = 2+149+3=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 149 (58.59% from 255 or 96.75% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 149 - color contains mainly: green. Hex color #029503 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029503 is #FD6AFC. Grayscale: #585858. Windows color (decimal): -16607997 or 234754. OLE color: 234754.

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

Color convert

RGB21493-
CMYK0.9900.980.42
HSL120.41º97.35%29.61%-
HSV(B)120.41º98.66%58.43%-
XYZ10.7921.513.67-
YUV88.479.866.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 149 (58.59% from 255) = 96.75%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=1.30%
G=96.75%
B=1.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal214930.9900.980.42120.4197.3529.61
Hex2953630622A78611e
Octal2225314301425217014136
Binary1010010101111100011011000101010101111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029503; }

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

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

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

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

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

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

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

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