#0F8D2A

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

Shades of Forest Green #0F8D2A

Tints of Forest Green #0F8D2A

Color information

#0F8D2A (or 0x0F8D2A) is unknown color: approx Forest Green. HEX triplet: 0F, 8D and 2A. RGB value is (15,141,42). Sum of RGB (Red+Green+Blue) = 15+141+42=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 141 (55.47% from 255 or 71.21% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8D2A is #F072D5. Grayscale: #5C5C5C. Windows color (decimal): -15758038 or 2788623. OLE color: 2788623.

HSL color Cylindrical-coordinate representation of color #0F8D2A: hue angle of 132.86º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8D2A is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1514142-
CMYK0.8900.700.45
HSL132.86º80.77%30.59%-
HSV(B)132.86º89.36%55.29%-
XYZ10.1419.325.38-
YUV92.0499.7673.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.58%
GREEN value IS 141 (55.47% from 255) = 71.21%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=7.58%
G=71.21%
B=21.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15141420.8900.700.45132.8680.7730.59
HexF8D2A590462D85511f
Octal172155213101065520512137
Binary11111000110110101010110010100011010110110000101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,141,42); }

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

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

 a { background-color: rgb(15,141,42); }

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

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

 span { border-color: rgb(15,141,42); }

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