#0BB240

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

Shades of Dark Pastel Green #0BB240

Tints of Dark Pastel Green #0BB240

Color information

#0BB240 (or 0x0BB240) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, B2 and 40. RGB value is (11,178,64). Sum of RGB (Red+Green+Blue) = 11+178+64=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB240 is #F44DBF. Grayscale: #737373. Windows color (decimal): -16010688 or 4239883. OLE color: 4239883.

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

Color convert

RGB1117864-
CMYK0.9400.640.30
HSL139.04º88.36%37.06%-
HSV(B)139.04º93.82%69.8%-
XYZ16.9832.2810.19-
YUV115.0799.1753.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.35%
GREEN value IS 178 (69.92% from 255) = 70.36%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=4.35%
G=70.36%
B=25.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178640.9400.640.30139.0488.3637.06
HexBB2405E0401E8b5825
Octal1326210013601003621313045
Binary101110110010100000010111100100000011110100010111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,178,64); }

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

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

 a { background-color: rgb(11,178,64); }

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

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

 span { border-color: rgb(11,178,64); }

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