#0B9304

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

Shades of Islamic Green #0B9304

Tints of Islamic Green #0B9304

Color information

#0B9304 (or 0x0B9304) is unknown color: approx Islamic Green. HEX triplet: 0B, 93 and 04. RGB value is (11,147,4). Sum of RGB (Red+Green+Blue) = 11+147+4=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 147 (57.81% from 255 or 90.74% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 147 - color contains mainly: green. Hex color #0B9304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9304 is #F46CFB. Grayscale: #5A5A5A. Windows color (decimal): -16018684 or 299787. OLE color: 299787.

HSL color Cylindrical-coordinate representation of color #0B9304: hue angle of 117.06º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B9304 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB111474-
CMYK0.9300.970.42
HSL117.06º94.7%29.61%-
HSV(B)117.06º97.28%57.65%-
XYZ10.5920.953.6-
YUV90.0379.4471.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.79%
GREEN value IS 147 (57.81% from 255) = 90.74%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=6.79%
G=90.74%
B=2.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1114740.9300.970.42117.0694.729.61
HexB9345D0612A755f1e
Octal13223413501415216513736
Binary1011100100111001011101011000011010101110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B9304; }

 p { color: rgb(11,147,4); }

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

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

 a { background-color: rgb(11,147,4); }

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

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

 span { border-color: rgb(11,147,4); }

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