Html Css Color HEX #029504 Islamic Green

📋 copy color: '#029504'

red 2 ◦ green 149 ◦ blue 4

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

Shades of Islamic Green #029504

Tints of Islamic Green #029504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 96.13%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 1.29%
G = 96.13%
B = 2.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#029504 (or 0x029504) is known color: Islamic Green. HEX triplet: 02, 95 and 04. RGB value is (2,149,4). Sum of RGB (Red+Green+Blue) = 2+149+4=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 149 (58.59% from 255 or 96.13% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 149 - color contains mainly: green. Hex color #029504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029504 is #FD6AFB. Grayscale: #585858. Windows color (decimal): -16607996 or 300290. OLE color: 300290.

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

Color convert

RGB 2 149 4 -
CMYK 0.99 0 0.97 0.42
HSL 120.82º 0.97% 0.3% -
HSV(B) 120.82º 0.99% 0.58% -
XYZ 10.79 21.52 3.7 -
YUV 88.52 80.3 66.29 -
System Red Green Blue C M Y K H S L
Decimal 2 149 4 0.99 0 0.97 0.42 120.82 0.97 0.3
Hex 2 95 4 63 0 61 2A 79 61 1E
Octal 2 225 4 143 0 141 52 171 141 36
Binary 10 10010101 100 1100011 0 1100001 101010 1111001 1100001 11110

Color Harmonies of #029504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029504

Black with #029504

Text Example


Text Example

White with #029504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029504; }

 p { color: rgb(2,149,4); }

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

background-color css

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

 a { background-color: rgb(2,149,4); }

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

border-color css

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

 span { border-color: rgb(2,149,4); }

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