#029B12

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

Shades of Islamic Green #029B12

Tints of Islamic Green #029B12

Color information

#029B12 (or 0x029B12) is unknown color: approx Islamic Green. HEX triplet: 02, 9B and 12. RGB value is (2,155,18). Sum of RGB (Red+Green+Blue) = 2+155+18=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 155 (60.94% from 255 or 88.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 155 - color contains mainly: green. Hex color #029B12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029B12 is #FD64ED. Grayscale: #5E5E5E. Windows color (decimal): -16606446 or 1219330. OLE color: 1219330.

HSL color Cylindrical-coordinate representation of color #029B12: hue angle of 126.27º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029B12 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB215518-
CMYK0.9900.880.39
HSL126.27º97.45%30.78%-
HSV(B)126.27º98.71%60.78%-
XYZ11.8623.54.48-
YUV93.6485.3162.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 155 (60.94% from 255) = 88.57%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=1.14%
G=88.57%
B=10.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2155180.9900.880.39126.2797.4530.78
Hex29B1263058277e611f
Octal22332214301304717614137
Binary1010011011100101100011010110001001111111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029B12; }

 p { color: rgb(2,155,18); }

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

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

 a { background-color: rgb(2,155,18); }

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

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

 span { border-color: rgb(2,155,18); }

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