#0BAA28

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

Shades of Dark Pastel Green #0BAA28

Tints of Dark Pastel Green #0BAA28

Color information

#0BAA28 (or 0x0BAA28) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AA and 28. RGB value is (11,170,40). Sum of RGB (Red+Green+Blue) = 11+170+40=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 170 (66.80% from 255 or 76.92% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAA28 is #F455D7. Grayscale: #6C6C6C. Windows color (decimal): -16012760 or 2664971. OLE color: 2664971.

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

Color convert

RGB1117040-
CMYK0.9400.760.33
HSL130.94º87.85%35.49%-
HSV(B)130.94º93.53%66.67%-
XYZ14.928.976.81-
YUV107.6489.8259.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 170 (66.80% from 255) = 76.92%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=4.98%
G=76.92%
B=18.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11170400.9400.760.33130.9487.8535.49
HexBAA285E04C21835823
Octal132525013601144120313043
Binary101110101010101000101111001001100100001100000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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