#0F812B

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

Shades of Forest Green #0F812B

Tints of Forest Green #0F812B

Color information

#0F812B (or 0x0F812B) is unknown color: approx Forest Green. HEX triplet: 0F, 81 and 2B. RGB value is (15,129,43). Sum of RGB (Red+Green+Blue) = 15+129+43=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 129 (50.78% from 255 or 68.98% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 129 - color contains mainly: green. Hex color #0F812B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F812B is #F07ED4. Grayscale: #555555. Windows color (decimal): -15761109 or 2851087. OLE color: 2851087.

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

Color convert

RGB1512943-
CMYK0.8800.670.49
HSL134.74º79.17%28.24%-
HSV(B)134.74º88.37%50.59%-
XYZ8.4815.984.92-
YUV85.11104.2377.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 129 (50.78% from 255) = 68.98%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=8.02%
G=68.98%
B=22.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15129430.8800.670.49134.7479.1728.24
HexF812B5804331874f1c
Octal172015313001036120711734
Binary11111000000110101110110000100001111000110000111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F812B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,129,43); }

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

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

 a { background-color: rgb(15,129,43); }

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

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

 span { border-color: rgb(15,129,43); }

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