#049B03

Color #049B03 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #049B03

Tints of Islamic Green #049B03

Color information

#049B03 (or 0x049B03) is unknown color: approx Islamic Green. HEX triplet: 04, 9B and 03. RGB value is (4,155,3). Sum of RGB (Red+Green+Blue) = 4+155+3=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 155 (60.94% from 255 or 95.68% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 155 - color contains mainly: green. Hex color #049B03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049B03 is #FB64FC. Grayscale: #5C5C5C. Windows color (decimal): -16475389 or 236292. OLE color: 236292.

HSL color Cylindrical-coordinate representation of color #049B03: hue angle of 119.61º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049B03 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB41553-
CMYK0.9700.980.39
HSL119.61º96.2%30.98%-
HSV(B)119.61º98.06%60.78%-
XYZ11.7923.484-
YUV92.5277.4764.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 155 (60.94% from 255) = 95.68%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=2.47%
G=95.68%
B=1.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal415530.9700.980.39119.6196.230.98
Hex49B3610622778601f
Octal4233314101424717014037
Binary10010011011111100001011000101001111111000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049B03; }

 p { color: rgb(4,155,3); }

 H1.HeaderClassName
 {
   color: #049B03;
 }
 .AnyTagClassName
 {
   color: #049B03;
 }
</style>
background-color css

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

 a { background-color: rgb(4,155,3); }

 div.DivClassName
 {
   background-color: #049B03;
 }
 .BgClassName
 {
   background-color: #049B03;
 }
</style>
border-color css

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

 span { border-color: rgb(4,155,3); }

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