Html Css Color HEX #029006 Islamic Green

📋 copy color: '#029006'

red 2 ◦ green 144 ◦ blue 6

#029006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #029006

Tints of Islamic Green #029006

RGB

 RED value IS 2 (1.17% from 255) = 1.32%

 GREEN value IS 144 (56.64% from 255) = 94.74%

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 1.32%
G = 94.74%
B = 3.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#029006 (or 0x029006) is known color: Islamic Green. HEX triplet: 02, 90 and 06. RGB value is (2,144,6). Sum of RGB (Red+Green+Blue) = 2+144+6=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 144 (56.64% from 255 or 94.74% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 144 - color contains mainly: green. Hex color #029006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029006 is #FD6FF9. Grayscale: #565656. Windows color (decimal): -16609274 or 430082. OLE color: 430082.

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

Color convert

RGB 2 144 6 -
CMYK 0.99 0 0.96 0.44
HSL 121.69º 0.97% 0.29% -
HSV(B) 121.69º 0.99% 0.56% -
XYZ 10.03 19.97 3.5 -
YUV 85.81 82.96 68.22 -
System Red Green Blue C M Y K H S L
Decimal 2 144 6 0.99 0 0.96 0.44 121.69 0.97 0.29
Hex 2 90 6 63 0 60 2C 7A 61 1D
Octal 2 220 6 143 0 140 54 172 141 35
Binary 10 10010000 110 1100011 0 1100000 101100 1111010 1100001 11101

Color Harmonies of #029006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029006

Black with #029006

Text Example


Text Example

White with #029006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029006; }

 p { color: rgb(2,144,6); }

 H1.HeaderClassName
 {
   color: #029006;
 }
 .AnyTagClassName
 {
   color: #029006;
 }
</style>

background-color css

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

 a { background-color: rgb(2,144,6); }

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

border-color css

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

 span { border-color: rgb(2,144,6); }

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