Html Css Color HEX #1F950F Forest Green

📋 copy color: '#1F950F'

red 31 ◦ green 149 ◦ blue 15

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

Shades of Forest Green #1F950F

Tints of Forest Green #1F950F

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1F950F: hue angle of 112.84º 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 #1F950F is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 149 15 -
CMYK 0.79 0 0.90 0.42
HSL 112.84º 0.82% 0.32% -
HSV(B) 112.84º 0.9% 0.58% -
XYZ 11.4 21.82 4.06 -
YUV 98.44 80.91 79.9 -
System Red Green Blue C M Y K H S L
Decimal 31 149 15 0.79 0 0.90 0.42 112.84 0.82 0.32
Hex 1F 95 F 4F 0 5A 2A 71 52 20
Octal 37 225 17 117 0 132 52 161 122 40
Binary 11111 10010101 1111 1001111 0 1011010 101010 1110001 1010010 100000

Color Harmonies of #1F950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F950F

Black with #1F950F

Text Example


Text Example

White with #1F950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F950F; }

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

 H1.HeaderClassName
 {
   color: #1F950F;
 }
 .AnyTagClassName
 {
   color: #1F950F;
 }
</style>

background-color css

<style>
 a { background-color: #1F950F; }

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

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

border-color css

<style>
 span { border-color: #1F950F; }

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

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