#0F721A

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

Shades of Forest Green #0F721A

Tints of Forest Green #0F721A

Color information

#0F721A (or 0x0F721A) is unknown color: approx Forest Green. HEX triplet: 0F, 72 and 1A. RGB value is (15,114,26). Sum of RGB (Red+Green+Blue) = 15+114+26=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #0F721A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F721A is #F08DE5. Grayscale: #4A4A4A. Windows color (decimal): -15764966 or 1733135. OLE color: 1733135.

HSL color Cylindrical-coordinate representation of color #0F721A: hue angle of 126.67º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F721A is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1511426-
CMYK0.8700.770.55
HSL126.67º76.74%25.29%-
HSV(B)126.67º86.84%44.71%-
XYZ6.412.213-
YUV74.37100.785.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=9.68%
G=73.55%
B=16.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15114260.8700.770.55126.6776.7425.29
HexF721A5704D377f4d19
Octal171623212701156717711531
Binary11111110010110101010111010011011101111111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F721A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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