#0BAC2E

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

Shades of Dark Pastel Green #0BAC2E

Tints of Dark Pastel Green #0BAC2E

Color information

#0BAC2E (or 0x0BAC2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AC and 2E. RGB value is (11,172,46). Sum of RGB (Red+Green+Blue) = 11+172+46=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 172 (67.58% from 255 or 75.11% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAC2E is #F453D1. Grayscale: #6D6D6D. Windows color (decimal): -16012242 or 3058699. OLE color: 3058699.

HSL color Cylindrical-coordinate representation of color #0BAC2E: hue angle of 133.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC2E is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1117246-
CMYK0.9400.730.33
HSL133.04º87.98%35.88%-
HSV(B)133.04º93.6%67.45%-
XYZ15.3829.777.52-
YUV109.592.1657.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 172 (67.58% from 255) = 75.11%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=4.80%
G=75.11%
B=20.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11172460.9400.730.33133.0487.9835.88
HexBAC2E5E04921855824
Octal132545613601114120513044
Binary101110101100101110101111001001001100001100001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,172,46); }

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

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

 a { background-color: rgb(11,172,46); }

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

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

 span { border-color: rgb(11,172,46); }

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