#0b8421

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

Shades of Forest Green #0B8421

Tints of Forest Green #0B8421

Color information

#0B8421 (or 0x0B8421) is unknown color: approx Forest Green. HEX triplet: 0B, 84 and 21. RGB value is (11,132,33). Sum of RGB (Red+Green+Blue) = 11+132+33=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #0B8421 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8421 is #F47BDE. Grayscale: #545454. Windows color (decimal): -16022495 or 2196491. OLE color: 2196491.

HSL color Cylindrical-coordinate representation of color #0B8421: hue angle of 130.91º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8421 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB1113233-
CMYK0.9200.750.48
HSL130.91º84.62%28.04%-
HSV(B)130.91º91.67%51.76%-
XYZ8.6616.684.2-
YUV84.5498.9175.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.25%
GREEN value IS 132 (51.95% from 255) = 75%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=6.25%
G=75%
B=18.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11132330.9200.750.48130.9184.6228.04
HexB84215C04B3083551c
Octal132044113401136020312534
Binary10111000010010000110111000100101111000010000011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,132,33); }

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

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

 a { background-color: rgb(11,132,33); }

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

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

 span { border-color: rgb(11,132,33); }

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