Html Css Color HEX #029001 Islamic Green

📋 copy color: '#029001'

red 2 ◦ green 144 ◦ blue 1

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

Shades of Islamic Green #029001

Tints of Islamic Green #029001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 1.36%
G = 97.96%
B = 0.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#029001 (or 0x029001) is known color: Islamic Green. HEX triplet: 02, 90 and 01. RGB value is (2,144,1). Sum of RGB (Red+Green+Blue) = 2+144+1=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 144 (56.64% from 255 or 97.96% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 144 - color contains mainly: green. Hex color #029001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029001 is #FD6FFE. Grayscale: #555555. Windows color (decimal): -16609279 or 102402. OLE color: 102402.

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

Color convert

RGB 2 144 1 -
CMYK 0.99 0 0.99 0.44
HSL 119.58º 0.99% 0.28% -
HSV(B) 119.58º 0.99% 0.56% -
XYZ 10 19.96 3.35 -
YUV 85.24 80.46 68.63 -
System Red Green Blue C M Y K H S L
Decimal 2 144 1 0.99 0 0.99 0.44 119.58 0.99 0.28
Hex 2 90 1 63 0 63 2C 78 63 1C
Octal 2 220 1 143 0 143 54 170 143 34
Binary 10 10010000 1 1100011 0 1100011 101100 1111000 1100011 11100

Color Harmonies of #029001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029001

Black with #029001

Text Example


Text Example

White with #029001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029001; }

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

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

background-color css

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

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

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

border-color css

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

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

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