#0BB828

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

Shades of Dark Pastel Green #0BB828

Tints of Dark Pastel Green #0BB828

Color information

#0BB828 (or 0x0BB828) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B8 and 28. RGB value is (11,184,40). Sum of RGB (Red+Green+Blue) = 11+184+40=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 184 (72.27% from 255 or 78.30% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB828 is #F447D7. Grayscale: #747474. Windows color (decimal): -16009176 or 2668555. OLE color: 2668555.

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

Color convert

RGB1118440-
CMYK0.9400.780.28
HSL130.06º88.72%38.24%-
HSV(B)130.06º94.02%72.16%-
XYZ17.6634.517.74-
YUV115.8685.1953.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.68%
GREEN value IS 184 (72.27% from 255) = 78.30%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=4.68%
G=78.30%
B=17.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11184400.9400.780.28130.0688.7238.24
HexBB8285E04E1C825926
Octal132705013601163420213146
Binary10111011100010100010111100100111011100100000101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,184,40); }

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

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

 a { background-color: rgb(11,184,40); }

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

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

 span { border-color: rgb(11,184,40); }

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