#029500

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

Shades of Islamic Green #029500

Tints of Islamic Green #029500

Color information

#029500 (or 0x029500) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 00. RGB value is (2,149,0). Sum of RGB (Red+Green+Blue) = 2+149+0=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 149 (58.59% from 255 or 98.68% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 149 - color contains mainly: green. Hex color #029500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029500 is #FD6AFF. Grayscale: #585858. Windows color (decimal): -16608000 or 38146. OLE color: 38146.

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

Color convert

RGB21490-
CMYK0.99010.42
HSL119.19º100%29.22%-
HSV(B)119.19º100%58.43%-
XYZ10.7721.513.58-
YUV88.0678.366.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 149 (58.59% from 255) = 98.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.32%
G=98.68%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal214900.99010.42119.1910029.22
Hex2950630642A77641d
Octal2225014301445216714435
Binary101001010101100011011001001010101110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029500; }

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

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

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

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

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

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

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

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