#0BA333

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

Shades of Dark Pastel Green #0BA333

Tints of Dark Pastel Green #0BA333

Color information

#0BA333 (or 0x0BA333) is unknown color: approx Dark Pastel Green. HEX triplet: 0B, A3 and 33. RGB value is (11,163,51). Sum of RGB (Red+Green+Blue) = 11+163+51=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA333 is #F45CCC. Grayscale: #696969. Windows color (decimal): -16014541 or 3384075. OLE color: 3384075.

HSL color Cylindrical-coordinate representation of color #0BA333: hue angle of 135.79º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA333 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1116351-
CMYK0.9300.690.36
HSL135.79º87.36%34.12%-
HSV(B)135.79º93.25%63.92%-
XYZ13.8326.57.52-
YUV104.7897.6461.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 163 (64.06% from 255) = 72.44%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=4.89%
G=72.44%
B=22.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11163510.9300.690.36135.7987.3634.12
HexBA3335D04524885722
Octal132436313501054421012742
Binary101110100011110011101110101000101100100100010001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,163,51); }

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

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

 a { background-color: rgb(11,163,51); }

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

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

 span { border-color: rgb(11,163,51); }

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