#0BB046

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

Shades of Dark Pastel Green #0BB046

Tints of Dark Pastel Green #0BB046

Color information

#0BB046 (or 0x0BB046) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B0 and 46. RGB value is (11,176,70). Sum of RGB (Red+Green+Blue) = 11+176+70=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 176 (69.14% from 255 or 68.48% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB046 is #F44FB9. Grayscale: #727272. Windows color (decimal): -16011194 or 4632587. OLE color: 4632587.

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

Color convert

RGB1117670-
CMYK0.9400.600.31
HSL141.45º88.24%36.67%-
HSV(B)141.45º93.75%69.02%-
XYZ16.7731.5611-
YUV114.58102.8454.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.28%
GREEN value IS 176 (69.14% from 255) = 68.48%
BLUE value IS 70 (27.73% from 255) = 27.24%
R=4.28%
G=68.48%
B=27.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11176700.9400.600.31141.4588.2436.67
HexBB0465E03C1F8d5825
Octal132601061360743721513045
Binary10111011000010001101011110011110011111100011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,70); }

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

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

 a { background-color: rgb(11,176,70); }

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

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

 span { border-color: rgb(11,176,70); }

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