#0F7C1A

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

Shades of Forest Green #0F7C1A

Tints of Forest Green #0F7C1A

Color information

#0F7C1A (or 0x0F7C1A) is unknown color: approx Forest Green. HEX triplet: 0F, 7C and 1A. RGB value is (15,124,26). Sum of RGB (Red+Green+Blue) = 15+124+26=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 124 (48.83% from 255 or 75.15% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7C1A is #F083E5. Grayscale: #505050. Windows color (decimal): -15762406 or 1735695. OLE color: 1735695.

HSL color Cylindrical-coordinate representation of color #0F7C1A: hue angle of 126.06º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7C1A is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1512426-
CMYK0.8800.790.51
HSL126.06º78.42%27.25%-
HSV(B)126.06º87.9%48.63%-
XYZ7.5914.593.39-
YUV80.2497.3981.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 124 (48.83% from 255) = 75.15%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=9.09%
G=75.15%
B=15.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15124260.8800.790.51126.0678.4227.25
HexF7C1A5804F337e4e1b
Octal171743213001176317611633
Binary11111111100110101011000010011111100111111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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