#0bb135

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

Shades of Dark Pastel Green #0BB135

Tints of Dark Pastel Green #0BB135

Color information

#0BB135 (or 0x0BB135) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B1 and 35. RGB value is (11,177,53). Sum of RGB (Red+Green+Blue) = 11+177+53=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB135 is #F44ECA. Grayscale: #717171. Windows color (decimal): -16010955 or 3518731. OLE color: 3518731.

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

Color convert

RGB1117753-
CMYK0.9400.700.31
HSL135.18º88.3%36.86%-
HSV(B)135.18º93.79%69.41%-
XYZ16.531.778.63-
YUV113.239455.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.56%
GREEN value IS 177 (69.53% from 255) = 73.44%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=4.56%
G=73.44%
B=21.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11177530.9400.700.31135.1888.336.86
HexBB1355E0461F875825
Octal132616513601063720713045
Binary10111011000111010110111100100011011111100001111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bb135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,177,53); }

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

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

 a { background-color: rgb(11,177,53); }

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

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

 span { border-color: rgb(11,177,53); }

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