Html Css Color HEX #0F8D1F Forest Green

📋 copy color: '#0F8D1F'

red 15 ◦ green 141 ◦ blue 31

#0F8D1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0F8D1F

Tints of Forest Green #0F8D1F

RGB

 RED value IS 15 (6.25% from 255) = 8.02%

 GREEN value IS 141 (55.47% from 255) = 75.4%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 8.02%
G = 75.4%
B = 16.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#0F8D1F (or 0x0F8D1F) is known color: Forest Green. HEX triplet: 0F, 8D and 1F. RGB value is (15,141,31). Sum of RGB (Red+Green+Blue) = 15+141+31=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 141 (55.47% from 255 or 75.40% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8D1F is #F072E0. Grayscale: #5B5B5B. Windows color (decimal): -15758049 or 2067727. OLE color: 2067727.

HSL color Cylindrical-coordinate representation of color #0F8D1F: hue angle of 127.62º 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 #0F8D1F is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 141 31 -
CMYK 0.89 0 0.78 0.45
HSL 127.62º 0.81% 0.31% -
HSV(B) 127.62º 0.89% 0.55% -
XYZ 9.97 19.25 4.49 -
YUV 90.79 94.26 73.94 -
System Red Green Blue C M Y K H S L
Decimal 15 141 31 0.89 0 0.78 0.45 127.62 0.81 0.31
Hex F 8D 1F 59 0 4E 2D 80 51 1F
Octal 17 215 37 131 0 116 55 200 121 37
Binary 1111 10001101 11111 1011001 0 1001110 101101 10000000 1010001 11111

Color Harmonies of #0F8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8D1F

Black with #0F8D1F

Text Example


Text Example

White with #0F8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F8D1F;
 }
 .AnyTagClassName
 {
   color: #0F8D1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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