#029A1C

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

Shades of Islamic Green #029A1C

Tints of Islamic Green #029A1C

Color information

#029A1C (or 0x029A1C) is unknown color: approx Islamic Green. HEX triplet: 02, 9A and 1C. RGB value is (2,154,28). Sum of RGB (Red+Green+Blue) = 2+154+28=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 154 (60.55% from 255 or 83.70% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 154 - color contains mainly: green. Hex color #029A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029A1C is #FD65E3. Grayscale: #5E5E5E. Windows color (decimal): -16606692 or 1874434. OLE color: 1874434.

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

Color convert

RGB215428-
CMYK0.9900.820.40
HSL130.26º97.44%30.59%-
HSV(B)130.26º98.7%60.39%-
XYZ11.7923.214.96-
YUV94.1990.6462.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 154 (60.55% from 255) = 83.70%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=1.09%
G=83.70%
B=15.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2154280.9900.820.40130.2697.4430.59
Hex29A1C630522882611f
Octal22323414301225020214137
Binary10100110101110011000110101001010100010000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,154,28); }

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

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

 a { background-color: rgb(2,154,28); }

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

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

 span { border-color: rgb(2,154,28); }

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