#0BB31B

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

Shades of Islamic Green #0BB31B

Tints of Islamic Green #0BB31B

Color information

#0BB31B (or 0x0BB31B) is unknown color: approx Islamic Green. HEX triplet: 0B, B3 and 1B. RGB value is (11,179,27). Sum of RGB (Red+Green+Blue) = 11+179+27=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 179 (70.31% from 255 or 82.49% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB31B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB31B is #F44CE4. Grayscale: #6F6F6F. Windows color (decimal): -16010469 or 1815307. OLE color: 1815307.

HSL color Cylindrical-coordinate representation of color #0BB31B: hue angle of 125.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 #0BB31B is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1117927-
CMYK0.9400.850.30
HSL125.71º88.42%37.25%-
HSV(B)125.71º93.85%70.2%-
XYZ16.4632.396.42-
YUV111.4480.3456.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 179 (70.31% from 255) = 82.49%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=5.07%
G=82.49%
B=12.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11179270.9400.850.30125.7188.4237.25
HexBB31B5E0551E7e5825
Octal132633313601253617613045
Binary101110110011110111011110010101011111011111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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