Html Css Color HEX #029520 Islamic Green

📋 copy color: '#029520'

red 2 ◦ green 149 ◦ blue 32

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

Shades of Islamic Green #029520

Tints of Islamic Green #029520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 1.09%
G = 81.42%
B = 17.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#029520 (or 0x029520) is known color: Islamic Green. HEX triplet: 02, 95 and 20. RGB value is (2,149,32). Sum of RGB (Red+Green+Blue) = 2+149+32=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 149 (58.59% from 255 or 81.42% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 149 - color contains mainly: green. Hex color #029520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029520 is #FD6ADF. Grayscale: #5C5C5C. Windows color (decimal): -16607968 or 2135298. OLE color: 2135298.

HSL color Cylindrical-coordinate representation of color #029520: hue angle of 132.24º 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 #029520 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 149 32 -
CMYK 0.99 0 0.79 0.42
HSL 132.24º 0.97% 0.3% -
HSV(B) 132.24º 0.99% 0.58% -
XYZ 11.03 21.61 4.96 -
YUV 91.71 94.3 64.01 -
System Red Green Blue C M Y K H S L
Decimal 2 149 32 0.99 0 0.79 0.42 132.24 0.97 0.3
Hex 2 95 20 63 0 4F 2A 84 61 1E
Octal 2 225 40 143 0 117 52 204 141 36
Binary 10 10010101 100000 1100011 0 1001111 101010 10000100 1100001 11110

Color Harmonies of #029520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029520

Black with #029520

Text Example


Text Example

White with #029520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029520; }

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

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

background-color css

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

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

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

border-color css

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

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

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