#0BB223

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

Shades of Dark Pastel Green #0BB223

Tints of Dark Pastel Green #0BB223

Color information

#0BB223 (or 0x0BB223) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B2 and 23. RGB value is (11,178,35). Sum of RGB (Red+Green+Blue) = 11+178+35=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB223 is #F44DDC. Grayscale: #707070. Windows color (decimal): -16010717 or 2339339. OLE color: 2339339.

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

Color convert

RGB1117835-
CMYK0.9400.800.30
HSL128.62º88.36%37.06%-
HSV(B)128.62º93.82%69.8%-
XYZ16.3632.036.91-
YUV111.7684.6756.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 178 (69.92% from 255) = 79.46%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=4.91%
G=79.46%
B=15.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178350.9400.800.30128.6288.3637.06
HexBB2235E0501E815825
Octal132624313601203620113045
Binary10111011001010001110111100101000011110100000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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