#0F7E1A

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

Shades of Forest Green #0F7E1A

Tints of Forest Green #0F7E1A

Color information

#0F7E1A (or 0x0F7E1A) is unknown color: approx Forest Green. HEX triplet: 0F, 7E and 1A. RGB value is (15,126,26). Sum of RGB (Red+Green+Blue) = 15+126+26=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 126 (49.61% from 255 or 75.45% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7E1A is #F081E5. Grayscale: #515151. Windows color (decimal): -15761894 or 1736207. OLE color: 1736207.

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

Color convert

RGB1512626-
CMYK0.8800.790.51
HSL125.95º78.72%27.65%-
HSV(B)125.95º88.1%49.41%-
XYZ7.8415.13.48-
YUV81.4196.7380.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 126 (49.61% from 255) = 75.45%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=8.98%
G=75.45%
B=15.57%

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
Decimal15126260.8800.790.51125.9578.7227.65
HexF7E1A5804F337e4f1c
Octal171763213001176317611734
Binary11111111110110101011000010011111100111111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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