#0FA321

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

Shades of Forest Green #0FA321

Tints of Forest Green #0FA321

Color information

#0FA321 (or 0x0FA321) is unknown color: approx Forest Green. HEX triplet: 0F, A3 and 21. RGB value is (15,163,33). Sum of RGB (Red+Green+Blue) = 15+163+33=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 163 (64.06% from 255 or 77.25% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA321 is #F05CDE. Grayscale: #686868. Windows color (decimal): -15752415 or 2204431. OLE color: 2204431.

HSL color Cylindrical-coordinate representation of color #0FA321: hue angle of 127.3º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA321 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1516333-
CMYK0.9100.800.36
HSL127.3º83.15%34.9%-
HSV(B)127.3º90.8%63.92%-
XYZ13.5726.415.82-
YUV103.9387.9764.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 163 (64.06% from 255) = 77.25%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=7.11%
G=77.25%
B=15.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15163330.9100.800.36127.383.1534.9
HexFA3215B050247f5323
Octal172434113301204417712343
Binary11111010001110000110110110101000010010011111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,33); }

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

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

 a { background-color: rgb(15,163,33); }

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

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

 span { border-color: rgb(15,163,33); }

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