#0BB827

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

Shades of Dark Pastel Green #0BB827

Tints of Dark Pastel Green #0BB827

Color information

#0BB827 (or 0x0BB827) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B8 and 27. RGB value is (11,184,39). Sum of RGB (Red+Green+Blue) = 11+184+39=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 184 (72.27% from 255 or 78.63% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB827 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB827 is #F447D8. Grayscale: #747474. Windows color (decimal): -16009177 or 2603019. OLE color: 2603019.

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

Color convert

RGB1118439-
CMYK0.9400.790.28
HSL129.71º88.72%38.24%-
HSV(B)129.71º94.02%72.16%-
XYZ17.6434.57.65-
YUV115.7484.6953.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.70%
GREEN value IS 184 (72.27% from 255) = 78.63%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=4.70%
G=78.63%
B=16.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11184390.9400.790.28129.7188.7238.24
HexBB8275E04F1C825926
Octal132704713601173420213146
Binary10111011100010011110111100100111111100100000101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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