#029216

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

Shades of Islamic Green #029216

Tints of Islamic Green #029216

Color information

#029216 (or 0x029216) is unknown color: approx Islamic Green. HEX triplet: 02, 92 and 16. RGB value is (2,146,22). Sum of RGB (Red+Green+Blue) = 2+146+22=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 146 (57.42% from 255 or 85.88% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 146 - color contains mainly: green. Hex color #029216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029216 is #FD6DE9. Grayscale: #595959. Windows color (decimal): -16608746 or 1479170. OLE color: 1479170.

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

Color convert

RGB214622-
CMYK0.9900.850.43
HSL128.33º97.3%29.02%-
HSV(B)128.33º98.63%57.25%-
XYZ10.4520.634.19-
YUV88.8190.2966.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 146 (57.42% from 255) = 85.88%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=1.18%
G=85.88%
B=12.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146220.9900.850.43128.3397.329.02
Hex29216630552B80611d
Octal22222614301255320014135
Binary10100100101011011000110101010110101110000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029216; }

 p { color: rgb(2,146,22); }

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

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

 a { background-color: rgb(2,146,22); }

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

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

 span { border-color: rgb(2,146,22); }

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