#0F7C1B

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

Shades of Forest Green #0F7C1B

Tints of Forest Green #0F7C1B

Color information

#0F7C1B (or 0x0F7C1B) is unknown color: approx Forest Green. HEX triplet: 0F, 7C and 1B. RGB value is (15,124,27). Sum of RGB (Red+Green+Blue) = 15+124+27=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 124 (48.83% from 255 or 74.70% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7C1B is #F083E4. Grayscale: #505050. Windows color (decimal): -15762405 or 1801231. OLE color: 1801231.

HSL color Cylindrical-coordinate representation of color #0F7C1B: hue angle of 126.61º 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 #0F7C1B is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB1512427-
CMYK0.8800.780.51
HSL126.61º78.42%27.25%-
HSV(B)126.61º87.9%48.63%-
XYZ7.614.63.45-
YUV80.3597.8981.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.04%
GREEN value IS 124 (48.83% from 255) = 74.70%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=9.04%
G=74.70%
B=16.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15124270.8800.780.51126.6178.4227.25
HexF7C1B5804E337f4e1b
Octal171743313001166317711633
Binary11111111100110111011000010011101100111111111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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