#0F7B1D

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

Shades of Forest Green #0F7B1D

Tints of Forest Green #0F7B1D

Color information

#0F7B1D (or 0x0F7B1D) is unknown color: approx Forest Green. HEX triplet: 0F, 7B and 1D. RGB value is (15,123,29). Sum of RGB (Red+Green+Blue) = 15+123+29=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 123 (48.44% from 255 or 73.65% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7B1D is #F084E2. Grayscale: #505050. Windows color (decimal): -15762659 or 1932047. OLE color: 1932047.

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

Color convert

RGB1512329-
CMYK0.8800.760.52
HSL127.78º78.26%27.06%-
HSV(B)127.78º87.8%48.24%-
XYZ7.514.363.54-
YUV79.9999.2281.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 123 (48.44% from 255) = 73.65%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=8.98%
G=73.65%
B=17.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15123290.8800.760.52127.7878.2627.06
HexF7B1D5804C34804e1b
Octal171733513001146420011633
Binary111111110111110110110000100110011010010000000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,123,29); }

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

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

 a { background-color: rgb(15,123,29); }

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

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

 span { border-color: rgb(15,123,29); }

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