#0BB622

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

Shades of Dark Pastel Green #0BB622

Tints of Dark Pastel Green #0BB622

Color information

#0BB622 (or 0x0BB622) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B6 and 22. RGB value is (11,182,34). Sum of RGB (Red+Green+Blue) = 11+182+34=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 182 (71.48% from 255 or 80.18% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB622 is #F449DD. Grayscale: #727272. Windows color (decimal): -16009694 or 2274827. OLE color: 2274827.

HSL color Cylindrical-coordinate representation of color #0BB622: hue angle of 128.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB622 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1118234-
CMYK0.9400.810.29
HSL128.07º88.6%37.84%-
HSV(B)128.07º93.96%71.37%-
XYZ17.1533.647.1-
YUV11482.8554.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 182 (71.48% from 255) = 80.18%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=4.85%
G=80.18%
B=14.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11182340.9400.810.29128.0788.637.84
HexBB6225E0511D805926
Octal132664213601213520013146
Binary10111011011010001010111100101000111101100000001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,182,34); }

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

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

 a { background-color: rgb(11,182,34); }

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

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

 span { border-color: rgb(11,182,34); }

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