#0BB233

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

Shades of Dark Pastel Green #0BB233

Tints of Dark Pastel Green #0BB233

Color information

#0BB233 (or 0x0BB233) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B2 and 33. RGB value is (11,178,51). Sum of RGB (Red+Green+Blue) = 11+178+51=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB233 is #F44DCC. Grayscale: #717171. Windows color (decimal): -16010701 or 3387915. OLE color: 3387915.

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

Color convert

RGB1117851-
CMYK0.9400.710.30
HSL134.37º88.36%37.06%-
HSV(B)134.37º93.82%69.8%-
XYZ16.6632.158.46-
YUV113.5992.6754.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 178 (69.92% from 255) = 74.17%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=4.58%
G=74.17%
B=21.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178510.9400.710.30134.3788.3637.06
HexBB2335E0471E865825
Octal132626313601073620613045
Binary10111011001011001110111100100011111110100001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,178,51); }

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

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

 a { background-color: rgb(11,178,51); }

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

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

 span { border-color: rgb(11,178,51); }

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