#0BB644

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

Shades of Dark Pastel Green #0BB644

Tints of Dark Pastel Green #0BB644

Color information

#0BB644 (or 0x0BB644) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B6 and 44. RGB value is (11,182,68). Sum of RGB (Red+Green+Blue) = 11+182+68=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 182 (71.48% from 255 or 69.73% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB644 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB644 is #F449BB. Grayscale: #767676. Windows color (decimal): -16009660 or 4503051. OLE color: 4503051.

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

Color convert

RGB1118268-
CMYK0.9400.630.29
HSL140º88.6%37.84%-
HSV(B)140º93.96%71.37%-
XYZ17.9133.9411.08-
YUV117.8799.8551.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.21%
GREEN value IS 182 (71.48% from 255) = 69.73%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=4.21%
G=69.73%
B=26.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11182680.9400.630.2914088.637.84
HexBB6445E03F1D8c5926
Octal132661041360773521413146
Binary10111011011010001001011110011111111101100011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,182,68); }

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

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

 a { background-color: rgb(11,182,68); }

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

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

 span { border-color: rgb(11,182,68); }

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