Html Css Color HEX #049402 Islamic Green

📋 copy color: '#049402'

red 4 ◦ green 148 ◦ blue 2

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

Shades of Islamic Green #049402

Tints of Islamic Green #049402

RGB

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

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

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

R = 2.6%
G = 96.1%
B = 1.3%

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

#049402 (or 0x049402) is known color: Islamic Green. HEX triplet: 04, 94 and 02. RGB value is (4,148,2). Sum of RGB (Red+Green+Blue) = 4+148+2=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 148 (58.20% from 255 or 96.10% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 148 - color contains mainly: green. Hex color #049402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049402 is #FB6BFD. Grayscale: #585858. Windows color (decimal): -16477182 or 168964. OLE color: 168964.

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

Color convert

RGB 4 148 2 -
CMYK 0.97 0 0.99 0.42
HSL 119.18º 0.97% 0.29% -
HSV(B) 119.18º 0.99% 0.58% -
XYZ 10.65 21.21 3.59 -
YUV 88.3 79.29 67.87 -
System Red Green Blue C M Y K H S L
Decimal 4 148 2 0.97 0 0.99 0.42 119.18 0.97 0.29
Hex 4 94 2 61 0 63 2A 77 61 1D
Octal 4 224 2 141 0 143 52 167 141 35
Binary 100 10010100 10 1100001 0 1100011 101010 1110111 1100001 11101

Color Harmonies of #049402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049402

Black with #049402

Text Example


Text Example

White with #049402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049402; }

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

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

background-color css

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

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

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

border-color css

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

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

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