#0BAA29

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

Shades of Dark Pastel Green #0BAA29

Tints of Dark Pastel Green #0BAA29

Color information

#0BAA29 (or 0x0BAA29) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, AA and 29. RGB value is (11,170,41). Sum of RGB (Red+Green+Blue) = 11+170+41=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 170 (66.80% from 255 or 76.58% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAA29 is #F455D6. Grayscale: #6C6C6C. Windows color (decimal): -16012759 or 2730507. OLE color: 2730507.

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

Color convert

RGB1117041-
CMYK0.9400.760.33
HSL131.32º87.85%35.49%-
HSV(B)131.32º93.53%66.67%-
XYZ14.9128.986.91-
YUV107.7590.3258.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 170 (66.80% from 255) = 76.58%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=4.95%
G=76.58%
B=18.47%

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
Decimal11170410.9400.760.33131.3287.8535.49
HexBAA295E04C21835823
Octal132525113601144120313043
Binary101110101010101001101111001001100100001100000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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