#029A1F

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

Shades of Islamic Green #029A1F

Tints of Islamic Green #029A1F

Color information

#029A1F (or 0x029A1F) is unknown color: approx Islamic Green. HEX triplet: 02, 9A and 1F. RGB value is (2,154,31). Sum of RGB (Red+Green+Blue) = 2+154+31=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 154 (60.55% from 255 or 82.35% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 154 - color contains mainly: green. Hex color #029A1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029A1F is #FD65E0. Grayscale: #5E5E5E. Windows color (decimal): -16606689 or 2071042. OLE color: 2071042.

HSL color Cylindrical-coordinate representation of color #029A1F: hue angle of 131.45º 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 #029A1F is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB215431-
CMYK0.9900.800.40
HSL131.45º97.44%30.59%-
HSV(B)131.45º98.7%60.39%-
XYZ11.8323.225.16-
YUV94.5392.1462-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 154 (60.55% from 255) = 82.35%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=1.07%
G=82.35%
B=16.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2154310.9900.800.40131.4597.4430.59
Hex29A1F630502883611f
Octal22323714301205020314137
Binary10100110101111111000110101000010100010000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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