#0F7C21

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

Shades of Forest Green #0F7C21

Tints of Forest Green #0F7C21

Color information

#0F7C21 (or 0x0F7C21) is unknown color: approx Forest Green. HEX triplet: 0F, 7C and 21. RGB value is (15,124,33). Sum of RGB (Red+Green+Blue) = 15+124+33=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 124 (48.83% from 255 or 72.09% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7C21 is #F083DE. Grayscale: #515151. Windows color (decimal): -15762399 or 2194447. OLE color: 2194447.

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

Color convert

RGB1512433-
CMYK0.8800.730.51
HSL129.91º78.42%27.25%-
HSV(B)129.91º87.9%48.63%-
XYZ7.6814.633.86-
YUV81.04100.8980.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 124 (48.83% from 255) = 72.09%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=8.72%
G=72.09%
B=19.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15124330.8800.730.51129.9178.4227.25
HexF7C215804933824e1b
Octal171744113001116320211633
Binary1111111110010000110110000100100111001110000010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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