Html Css Color HEX #0BB30D Islamic Green

📋 copy color: '#0BB30D'

red 11 ◦ green 179 ◦ blue 13

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

Shades of Islamic Green #0BB30D

Tints of Islamic Green #0BB30D

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.4%

R = 5.42%
G = 88.18%
B = 6.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#0BB30D (or 0x0BB30D) is known color: 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

RGB 11 179 13 -
CMYK 0.94 0 0.93 0.30
HSL 120.71º 0.88% 0.37% -
HSV(B) 120.71º 0.94% 0.7% -
XYZ 16.33 32.34 5.76 -
YUV 109.84 73.34 57.5 -
System Red Green Blue C M Y K H S L
Decimal 11 179 13 0.94 0 0.93 0.30 120.71 0.88 0.37
Hex B B3 D 5E 0 5D 1E 79 58 25
Octal 13 263 15 136 0 135 36 171 130 45
Binary 1011 10110011 1101 1011110 0 1011101 11110 1111001 1011000 100101

Color Harmonies of #0BB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB30D

Black with #0BB30D

Text Example


Text Example

White with #0BB30D

Text Example


Text Example

HTML Codes & Css Web 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>