Html Css Color HEX #0F951F Forest Green

📋 copy color: '#0F951F'

red 15 ◦ green 149 ◦ blue 31

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

Shades of Forest Green #0F951F

Tints of Forest Green #0F951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 76.41%

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

R = 7.69%
G = 76.41%
B = 15.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#0F951F (or 0x0F951F) is known color: Forest Green. HEX triplet: 0F, 95 and 1F. RGB value is (15,149,31). Sum of RGB (Red+Green+Blue) = 15+149+31=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #0F951F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F951F is #F06AE0. Grayscale: #5F5F5F. Windows color (decimal): -15756001 or 2069775. OLE color: 2069775.

HSL color Cylindrical-coordinate representation of color #0F951F: hue angle of 127.16º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F951F is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 149 31 -
CMYK 0.90 0 0.79 0.42
HSL 127.16º 0.82% 0.32% -
HSV(B) 127.16º 0.9% 0.58% -
XYZ 11.19 21.7 4.89 -
YUV 95.48 91.61 70.59 -
System Red Green Blue C M Y K H S L
Decimal 15 149 31 0.90 0 0.79 0.42 127.16 0.82 0.32
Hex F 95 1F 5A 0 4F 2A 7F 52 20
Octal 17 225 37 132 0 117 52 177 122 40
Binary 1111 10010101 11111 1011010 0 1001111 101010 1111111 1010010 100000

Color Harmonies of #0F951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F951F

Black with #0F951F

Text Example


Text Example

White with #0F951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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