#0F8122

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

Shades of Forest Green #0F8122

Tints of Forest Green #0F8122

Color information

#0F8122 (or 0x0F8122) is unknown color: approx Forest Green. HEX triplet: 0F, 81 and 22. RGB value is (15,129,34). Sum of RGB (Red+Green+Blue) = 15+129+34=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 129 (50.78% from 255 or 72.47% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8122 is #F07EDD. Grayscale: #545454. Windows color (decimal): -15761118 or 2261263. OLE color: 2261263.

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

Color convert

RGB1512934-
CMYK0.8800.740.49
HSL130º79.17%28.24%-
HSV(B)130º88.37%50.59%-
XYZ8.3415.924.15-
YUV84.0899.7378.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 129 (50.78% from 255) = 72.47%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=8.43%
G=72.47%
B=19.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15129340.8800.740.4913079.1728.24
HexF81225804A31824f1c
Octal172014213001126120211734
Binary11111000000110001010110000100101011000110000010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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