#0BA320

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

Shades of Forest Green #0BA320

Tints of Forest Green #0BA320

Color information

#0BA320 (or 0x0BA320) is unknown color: approx Forest Green. HEX triplet: 0B, A3 and 20. RGB value is (11,163,32). Sum of RGB (Red+Green+Blue) = 11+163+32=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 163 (64.06% from 255 or 79.13% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA320 is #F45CDF. Grayscale: #666666. Windows color (decimal): -16014560 or 2138891. OLE color: 2138891.

HSL color Cylindrical-coordinate representation of color #0BA320: hue angle of 128.29º 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 #0BA320 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1116332-
CMYK0.9300.800.36
HSL128.29º87.36%34.12%-
HSV(B)128.29º93.25%63.92%-
XYZ13.526.375.75-
YUV102.6288.1462.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.34%
GREEN value IS 163 (64.06% from 255) = 79.13%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=5.34%
G=79.13%
B=15.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11163320.9300.800.36128.2987.3634.12
HexBA3205D05024805722
Octal132434013501204420012742
Binary101110100011100000101110101010000100100100000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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