#0BB749

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

Shades of Dark Pastel Green #0BB749

Tints of Dark Pastel Green #0BB749

Color information

#0BB749 (or 0x0BB749) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B7 and 49. RGB value is (11,183,73). Sum of RGB (Red+Green+Blue) = 11+183+73=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 183 (71.88% from 255 or 68.54% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB749 is #F448B6. Grayscale: #777777. Windows color (decimal): -16009399 or 4830987. OLE color: 4830987.

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

Color convert

RGB1118373-
CMYK0.9400.600.28
HSL141.63º88.66%38.04%-
HSV(B)141.63º93.99%71.76%-
XYZ18.2734.4211.98-
YUV119.03102.0250.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 183 (71.88% from 255) = 68.54%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=4.12%
G=68.54%
B=27.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11183730.9400.600.28141.6388.6638.04
HexBB7495E03C1C8e5926
Octal132671111360743421613146
Binary10111011011110010011011110011110011100100011101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,183,73); }

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

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

 a { background-color: rgb(11,183,73); }

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

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

 span { border-color: rgb(11,183,73); }

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