#0F921A

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

Shades of Forest Green #0F921A

Tints of Forest Green #0F921A

Color information

#0F921A (or 0x0F921A) is unknown color: approx Forest Green. HEX triplet: 0F, 92 and 1A. RGB value is (15,146,26). Sum of RGB (Red+Green+Blue) = 15+146+26=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 146 (57.42% from 255 or 78.07% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 146 - color contains mainly: green. Hex color #0F921A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F921A is #F06DE5. Grayscale: #5D5D5D. Windows color (decimal): -15756774 or 1741327. OLE color: 1741327.

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

Color convert

RGB1514626-
CMYK0.9000.820.43
HSL125.04º81.37%31.57%-
HSV(B)125.04º89.73%57.25%-
XYZ10.6620.734.42-
YUV93.1590.172.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 146 (57.42% from 255) = 78.07%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=8.02%
G=78.07%
B=13.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15146260.9000.820.43125.0481.3731.57
HexF921A5A0522B7d5120
Octal172223213201225317512140
Binary1111100100101101010110100101001010101111111011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F921A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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