#0BB023

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

Shades of Dark Pastel Green #0BB023

Tints of Dark Pastel Green #0BB023

Color information

#0BB023 (or 0x0BB023) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B0 and 23. RGB value is (11,176,35). Sum of RGB (Red+Green+Blue) = 11+176+35=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 176 (69.14% from 255 or 79.28% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB023 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB023 is #F44FDC. Grayscale: #6E6E6E. Windows color (decimal): -16011229 or 2338827. OLE color: 2338827.

HSL color Cylindrical-coordinate representation of color #0BB023: hue angle of 128.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB023 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1117635-
CMYK0.9400.800.31
HSL128.73º88.24%36.67%-
HSV(B)128.73º93.75%69.02%-
XYZ15.9731.246.78-
YUV110.5985.3456.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 176 (69.14% from 255) = 79.28%
BLUE value IS 35 (14.06% from 255) = 15.77%
R=4.95%
G=79.28%
B=15.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11176350.9400.800.31128.7388.2436.67
HexBB0235E0501F815825
Octal132604313601203720113045
Binary10111011000010001110111100101000011111100000011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,35); }

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

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

 a { background-color: rgb(11,176,35); }

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

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

 span { border-color: rgb(11,176,35); }

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