#0BAA27

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

Shades of Dark Pastel Green #0BAA27

Tints of Dark Pastel Green #0BAA27

Color information

#0BAA27 (or 0x0BAA27) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AA and 27. RGB value is (11,170,39). Sum of RGB (Red+Green+Blue) = 11+170+39=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 170 (66.80% from 255 or 77.27% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAA27 is #F455D8. Grayscale: #6B6B6B. Windows color (decimal): -16012761 or 2599435. OLE color: 2599435.

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

Color convert

RGB1117039-
CMYK0.9400.770.33
HSL130.57º87.85%35.49%-
HSV(B)130.57º93.53%66.67%-
XYZ14.8828.976.73-
YUV107.5289.3259.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 170 (66.80% from 255) = 77.27%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=5%
G=77.27%
B=17.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11170390.9400.770.33130.5787.8535.49
HexBAA275E04D21835823
Octal132524713601154120313043
Binary101110101010100111101111001001101100001100000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,170,39); }

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

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

 a { background-color: rgb(11,170,39); }

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

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

 span { border-color: rgb(11,170,39); }

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