#029914

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

Shades of Islamic Green #029914

Tints of Islamic Green #029914

Color information

#029914 (or 0x029914) is unknown color: approx Islamic Green. HEX triplet: 02, 99 and 14. RGB value is (2,153,20). Sum of RGB (Red+Green+Blue) = 2+153+20=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 153 (60.16% from 255 or 87.43% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 153 - color contains mainly: green. Hex color #029914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029914 is #FD66EB. Grayscale: #5D5D5D. Windows color (decimal): -16606956 or 1349890. OLE color: 1349890.

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

Color convert

RGB215320-
CMYK0.9900.870.4
HSL127.15º97.42%30.39%-
HSV(B)127.15º98.69%60%-
XYZ11.5422.854.46-
YUV92.6986.9763.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 153 (60.16% from 255) = 87.43%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=1.14%
G=87.43%
B=11.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2153200.9900.870.4127.1597.4230.39
Hex2991463057287f611e
Octal22312414301275017714136
Binary1010011001101001100011010101111010001111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029914; }

 p { color: rgb(2,153,20); }

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

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

 a { background-color: rgb(2,153,20); }

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

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

 span { border-color: rgb(2,153,20); }

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