Html Css Color HEX #049502 Islamic Green

📋 copy color: '#049502'

red 4 ◦ green 149 ◦ blue 2

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

Shades of Islamic Green #049502

Tints of Islamic Green #049502

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 4 149 2 -
CMYK 0.97 0 0.99 0.42
HSL 119.18º 0.97% 0.3% -
HSV(B) 119.18º 0.99% 0.58% -
XYZ 10.81 21.53 3.64 -
YUV 88.89 78.96 67.45 -
System Red Green Blue C M Y K H S L
Decimal 4 149 2 0.97 0 0.99 0.42 119.18 0.97 0.3
Hex 4 95 2 61 0 63 2A 77 61 1E
Octal 4 225 2 141 0 143 52 167 141 36
Binary 100 10010101 10 1100001 0 1100011 101010 1110111 1100001 11110

Color Harmonies of #049502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049502

Black with #049502

Text Example


Text Example

White with #049502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049502; }

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

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

background-color css

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

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

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

border-color css

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

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

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