Html Css Color HEX #029401 Islamic Green

📋 copy color: '#029401'

red 2 ◦ green 148 ◦ blue 1

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

Shades of Islamic Green #029401

Tints of Islamic Green #029401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 98.01%

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

R = 1.32%
G = 98.01%
B = 0.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#029401 (or 0x029401) is known color: Islamic Green. HEX triplet: 02, 94 and 01. RGB value is (2,148,1). Sum of RGB (Red+Green+Blue) = 2+148+1=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 148 (58.20% from 255 or 98.01% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 148 - color contains mainly: green. Hex color #029401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029401 is #FD6BFE. Grayscale: #585858. Windows color (decimal): -16608255 or 103426. OLE color: 103426.

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

Color convert

RGB 2 148 1 -
CMYK 0.99 0 0.99 0.42
HSL 119.59º 0.99% 0.29% -
HSV(B) 119.59º 0.99% 0.58% -
XYZ 10.62 21.19 3.56 -
YUV 87.59 79.13 66.95 -
System Red Green Blue C M Y K H S L
Decimal 2 148 1 0.99 0 0.99 0.42 119.59 0.99 0.29
Hex 2 94 1 63 0 63 2A 78 63 1D
Octal 2 224 1 143 0 143 52 170 143 35
Binary 10 10010100 1 1100011 0 1100011 101010 1111000 1100011 11101

Color Harmonies of #029401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029401

Black with #029401

Text Example


Text Example

White with #029401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029401; }

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

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

background-color css

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

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

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

border-color css

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

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

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