#0BA21E

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

Shades of Forest Green #0BA21E

Tints of Forest Green #0BA21E

Color information

#0BA21E (or 0x0BA21E) is unknown color: approx Forest Green. HEX triplet: 0B, A2 and 1E. RGB value is (11,162,30). Sum of RGB (Red+Green+Blue) = 11+162+30=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA21E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA21E is #F45DE1. Grayscale: #666666. Windows color (decimal): -16014818 or 2007563. OLE color: 2007563.

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

Color convert

RGB1116230-
CMYK0.9300.810.36
HSL127.55º87.28%33.92%-
HSV(B)127.55º93.21%63.53%-
XYZ13.2926.015.55-
YUV101.887.4763.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 162 (63.67% from 255) = 79.80%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=5.42%
G=79.80%
B=14.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11162300.9300.810.36127.5587.2833.92
HexBA21E5D05124805722
Octal132423613501214420012742
Binary10111010001011110101110101010001100100100000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,162,30); }

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

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

 a { background-color: rgb(11,162,30); }

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

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

 span { border-color: rgb(11,162,30); }

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