Html Css Color HEX #049602 Islamic Green

📋 copy color: '#049602'

red 4 ◦ green 150 ◦ blue 2

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

Shades of Islamic Green #049602

Tints of Islamic Green #049602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 96.15%

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

R = 2.56%
G = 96.15%
B = 1.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#049602 (or 0x049602) is known color: Islamic Green. HEX triplet: 04, 96 and 02. RGB value is (4,150,2). Sum of RGB (Red+Green+Blue) = 4+150+2=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 150 (58.98% from 255 or 96.15% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 150 - color contains mainly: green. Hex color #049602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049602 is #FB69FD. Grayscale: #595959. Windows color (decimal): -16476670 or 169476. OLE color: 169476.

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

Color convert

RGB 4 150 2 -
CMYK 0.97 0 0.99 0.41
HSL 119.19º 0.97% 0.3% -
HSV(B) 119.19º 0.99% 0.59% -
XYZ 10.97 21.84 3.7 -
YUV 89.47 78.63 67.03 -
System Red Green Blue C M Y K H S L
Decimal 4 150 2 0.97 0 0.99 0.41 119.19 0.97 0.3
Hex 4 96 2 61 0 63 29 77 61 1E
Octal 4 226 2 141 0 143 51 167 141 36
Binary 100 10010110 10 1100001 0 1100011 101001 1110111 1100001 11110

Color Harmonies of #049602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049602

Black with #049602

Text Example


Text Example

White with #049602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049602; }

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

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

background-color css

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

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

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

border-color css

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

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

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