#0F751B

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

Shades of Forest Green #0F751B

Tints of Forest Green #0F751B

Color information

#0F751B (or 0x0F751B) is unknown color: approx Forest Green. HEX triplet: 0F, 75 and 1B. RGB value is (15,117,27). Sum of RGB (Red+Green+Blue) = 15+117+27=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #0F751B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F751B is #F08AE4. Grayscale: #4C4C4C. Windows color (decimal): -15764197 or 1799439. OLE color: 1799439.

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

Color convert

RGB1511727-
CMYK0.8700.770.54
HSL127.06º77.27%25.88%-
HSV(B)127.06º87.18%45.88%-
XYZ6.7612.93.17-
YUV76.24100.2184.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 117 (46.09% from 255) = 73.58%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=9.43%
G=73.58%
B=16.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15117270.8700.770.54127.0677.2725.88
HexF751B5704D367f4d1a
Octal171653312701156617711532
Binary11111110101110111010111010011011101101111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F751B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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