#0BA829

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

Shades of Dark Pastel Green #0BA829

Tints of Dark Pastel Green #0BA829

Color information

#0BA829 (or 0x0BA829) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, A8 and 29. RGB value is (11,168,41). Sum of RGB (Red+Green+Blue) = 11+168+41=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 168 (66.02% from 255 or 76.36% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA829 is #F457D6. Grayscale: #6A6A6A. Windows color (decimal): -16013271 or 2729995. OLE color: 2729995.

HSL color Cylindrical-coordinate representation of color #0BA829: hue angle of 131.46º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA829 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1116841-
CMYK0.9300.760.34
HSL131.46º87.71%35.1%-
HSV(B)131.46º93.45%65.88%-
XYZ14.5428.246.78-
YUV106.5890.9959.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 168 (66.02% from 255) = 76.36%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=5%
G=76.36%
B=18.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11168410.9300.760.34131.4687.7135.1
HexBA8295D04C22835823
Octal132505113501144220313043
Binary101110101000101001101110101001100100010100000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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