Html Css Color HEX #049211 Islamic Green

📋 copy color: '#049211'

red 4 ◦ green 146 ◦ blue 17

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

Shades of Islamic Green #049211

Tints of Islamic Green #049211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 87.43%

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 2.4%
G = 87.43%
B = 10.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#049211 (or 0x049211) is known color: Islamic Green. HEX triplet: 04, 92 and 11. RGB value is (4,146,17). Sum of RGB (Red+Green+Blue) = 4+146+17=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 146 (57.42% from 255 or 87.43% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 146 - color contains mainly: green. Hex color #049211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049211 is #FB6DEE. Grayscale: #595959. Windows color (decimal): -16477679 or 1151492. OLE color: 1151492.

HSL color Cylindrical-coordinate representation of color #049211: hue angle of 125.49º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049211 is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 17 -
CMYK 0.97 0 0.88 0.43
HSL 125.49º 0.95% 0.29% -
HSV(B) 125.49º 0.97% 0.57% -
XYZ 10.43 20.62 3.96 -
YUV 88.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 4 146 17 0.97 0 0.88 0.43 125.49 0.95 0.29
Hex 4 92 11 61 0 58 2B 7D 5F 1D
Octal 4 222 21 141 0 130 53 175 137 35
Binary 100 10010010 10001 1100001 0 1011000 101011 1111101 1011111 11101

Color Harmonies of #049211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049211

Black with #049211

Text Example


Text Example

White with #049211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049211; }

 p { color: rgb(4,146,17); }

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

background-color css

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

 a { background-color: rgb(4,146,17); }

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

border-color css

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

 span { border-color: rgb(4,146,17); }

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