Html Css Color HEX #0F801F Forest Green

📋 copy color: '#0F801F'

red 15 ◦ green 128 ◦ blue 31

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

Shades of Forest Green #0F801F

Tints of Forest Green #0F801F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.56%

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

R = 8.62%
G = 73.56%
B = 17.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#0F801F (or 0x0F801F) is known color: Forest Green. HEX triplet: 0F, 80 and 1F. RGB value is (15,128,31). Sum of RGB (Red+Green+Blue) = 15+128+31=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 128 (50.39% from 255 or 73.56% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 128 - color contains mainly: green. Hex color #0F801F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F801F is #F07FE0. Grayscale: #535353. Windows color (decimal): -15761377 or 2064399. OLE color: 2064399.

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

Color convert

RGB 15 128 31 -
CMYK 0.88 0 0.76 0.50
HSL 128.5º 0.79% 0.28% -
HSV(B) 128.5º 0.88% 0.5% -
XYZ 8.16 15.64 3.88 -
YUV 83.16 98.56 79.39 -
System Red Green Blue C M Y K H S L
Decimal 15 128 31 0.88 0 0.76 0.50 128.5 0.79 0.28
Hex F 80 1F 58 0 4C 32 80 4F 1C
Octal 17 200 37 130 0 114 62 200 117 34
Binary 1111 10000000 11111 1011000 0 1001100 110010 10000000 1001111 11100

Color Harmonies of #0F801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F801F

Black with #0F801F

Text Example


Text Example

White with #0F801F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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