#0bb30d

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

Shades of Islamic Green #0BB30D

Tints of Islamic Green #0BB30D

Color information

#0BB30D (or 0x0BB30D) is unknown color: approx Islamic Green. HEX triplet: 0B, B3 and 0D. RGB value is (11,179,13). Sum of RGB (Red+Green+Blue) = 11+179+13=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 179 (70.31% from 255 or 88.18% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB30D is #F44CF2. Grayscale: #6E6E6E. Windows color (decimal): -16010483 or 897803. OLE color: 897803.

HSL color Cylindrical-coordinate representation of color #0BB30D: hue angle of 120.71º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB30D is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1117913-
CMYK0.9400.930.30
HSL120.71º88.42%37.25%-
HSV(B)120.71º93.85%70.2%-
XYZ16.3332.345.76-
YUV109.8473.3457.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 179 (70.31% from 255) = 88.18%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=5.42%
G=88.18%
B=6.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11179130.9400.930.30120.7188.4237.25
HexBB3D5E05D1E795825
Octal132631513601353617113045
Binary10111011001111011011110010111011111011110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bb30d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,179,13); }

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

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

 a { background-color: rgb(11,179,13); }

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

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

 span { border-color: rgb(11,179,13); }

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