#0BB226

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

Shades of Dark Pastel Green #0BB226

Tints of Dark Pastel Green #0BB226

Color information

#0BB226 (or 0x0BB226) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B2 and 26. RGB value is (11,178,38). Sum of RGB (Red+Green+Blue) = 11+178+38=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB226 is #F44DD9. Grayscale: #707070. Windows color (decimal): -16010714 or 2535947. OLE color: 2535947.

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

Color convert

RGB1117838-
CMYK0.9400.790.30
HSL129.7º88.36%37.06%-
HSV(B)129.7º93.82%69.8%-
XYZ16.4132.057.16-
YUV112.1186.1755.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.85%
GREEN value IS 178 (69.92% from 255) = 78.41%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=4.85%
G=78.41%
B=16.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178380.9400.790.30129.788.3637.06
HexBB2265E04F1E825825
Octal132624613601173620213045
Binary10111011001010011010111100100111111110100000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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