#0F791B

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

Shades of Forest Green #0F791B

Tints of Forest Green #0F791B

Color information

#0F791B (or 0x0F791B) is unknown color: approx Forest Green. HEX triplet: 0F, 79 and 1B. RGB value is (15,121,27). Sum of RGB (Red+Green+Blue) = 15+121+27=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 121 (47.66% from 255 or 74.23% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 121 - color contains mainly: green. Hex color #0F791B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F791B is #F086E4. Grayscale: #4E4E4E. Windows color (decimal): -15763173 or 1800463. OLE color: 1800463.

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

Color convert

RGB1512127-
CMYK0.8800.780.53
HSL126.79º77.94%26.67%-
HSV(B)126.79º87.6%47.45%-
XYZ7.2313.863.33-
YUV78.5998.8882.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 121 (47.66% from 255) = 74.23%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=9.20%
G=74.23%
B=16.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15121270.8800.780.53126.7977.9426.67
HexF791B5804E357f4e1b
Octal171713313001166517711633
Binary11111111001110111011000010011101101011111111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F791B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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