#0BB22E

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

Shades of Dark Pastel Green #0BB22E

Tints of Dark Pastel Green #0BB22E

Color information

#0BB22E (or 0x0BB22E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B2 and 2E. RGB value is (11,178,46). Sum of RGB (Red+Green+Blue) = 11+178+46=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 178 (69.92% from 255 or 75.74% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB22E is #F44DD1. Grayscale: #717171. Windows color (decimal): -16010706 or 3060235. OLE color: 3060235.

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

Color convert

RGB1117846-
CMYK0.9400.740.30
HSL132.57º88.36%37.06%-
HSV(B)132.57º93.82%69.8%-
XYZ16.5532.117.91-
YUV113.0290.1755.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.68%
GREEN value IS 178 (69.92% from 255) = 75.74%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=4.68%
G=75.74%
B=19.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178460.9400.740.30132.5788.3637.06
HexBB22E5E04A1E855825
Octal132625613601123620513045
Binary10111011001010111010111100100101011110100001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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