#0F931A

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

Shades of Forest Green #0F931A

Tints of Forest Green #0F931A

Color information

#0F931A (or 0x0F931A) is unknown color: approx Forest Green. HEX triplet: 0F, 93 and 1A. RGB value is (15,147,26). Sum of RGB (Red+Green+Blue) = 15+147+26=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 147 (57.81% from 255 or 78.19% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 147 - color contains mainly: green. Hex color #0F931A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F931A is #F06CE5. Grayscale: #5E5E5E. Windows color (decimal): -15756518 or 1741583. OLE color: 1741583.

HSL color Cylindrical-coordinate representation of color #0F931A: hue angle of 125º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F931A is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1514726-
CMYK0.9000.820.42
HSL125º81.48%31.76%-
HSV(B)125º89.8%57.65%-
XYZ10.8221.044.47-
YUV93.7489.7771.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.98%
GREEN value IS 147 (57.81% from 255) = 78.19%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=7.98%
G=78.19%
B=13.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15147260.9000.820.4212581.4831.76
HexF931A5A0522A7d5120
Octal172233213201225217512140
Binary1111100100111101010110100101001010101011111011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,147,26); }

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

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

 a { background-color: rgb(15,147,26); }

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

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

 span { border-color: rgb(15,147,26); }

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