#0BBB1B

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

Shades of Dark Pastel Green #0BBB1B

Tints of Dark Pastel Green #0BBB1B

Color information

#0BBB1B (or 0x0BBB1B) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, BB and 1B. RGB value is (11,187,27). Sum of RGB (Red+Green+Blue) = 11+187+27=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 187 (73.44% from 255 or 83.11% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBB1B is #F444E4. Grayscale: #747474. Windows color (decimal): -16008421 or 1817355. OLE color: 1817355.

HSL color Cylindrical-coordinate representation of color #0BBB1B: hue angle of 125.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB1B is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1118727-
CMYK0.9400.860.27
HSL125.45º88.89%38.82%-
HSV(B)125.45º94.12%73.33%-
XYZ18.1135.696.97-
YUV116.1477.6953.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 187 (73.44% from 255) = 83.11%
BLUE value IS 27 (10.94% from 255) = 12%
R=4.89%
G=83.11%
B=12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11187270.9400.860.27125.4588.8938.82
HexBBB1B5E0561B7d5927
Octal132733313601263317513147
Binary101110111011110111011110010101101101111111011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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