Html Css Color HEX #049201 Islamic Green

📋 copy color: '#049201'

red 4 ◦ green 146 ◦ blue 1

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

Shades of Islamic Green #049201

Tints of Islamic Green #049201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 2.65%
G = 96.69%
B = 0.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#049201 (or 0x049201) is known color: Islamic Green. HEX triplet: 04, 92 and 01. RGB value is (4,146,1). Sum of RGB (Red+Green+Blue) = 4+146+1=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 146 (57.42% from 255 or 96.69% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 146 - color contains mainly: green. Hex color #049201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049201 is #FB6DFE. Grayscale: #575757. Windows color (decimal): -16477695 or 102916. OLE color: 102916.

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

Color convert

RGB 4 146 1 -
CMYK 0.97 0 0.99 0.43
HSL 118.76º 0.99% 0.29% -
HSV(B) 118.76º 0.99% 0.57% -
XYZ 10.33 20.59 3.46 -
YUV 87.01 79.46 68.79 -
System Red Green Blue C M Y K H S L
Decimal 4 146 1 0.97 0 0.99 0.43 118.76 0.99 0.29
Hex 4 92 1 61 0 63 2B 77 63 1D
Octal 4 222 1 141 0 143 53 167 143 35
Binary 100 10010010 1 1100001 0 1100011 101011 1110111 1100011 11101

Color Harmonies of #049201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049201

Black with #049201

Text Example


Text Example

White with #049201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049201; }

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

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

background-color css

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

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

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

border-color css

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

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

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