Html Css Color HEX #1F960E Forest Green

📋 copy color: '#1F960E'

red 31 ◦ green 150 ◦ blue 14

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

Shades of Forest Green #1F960E

Tints of Forest Green #1F960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 76.92%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 15.9%
G = 76.92%
B = 7.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#1F960E (or 0x1F960E) is known color: Forest Green. HEX triplet: 1F, 96 and 0E. RGB value is (31,150,14). Sum of RGB (Red+Green+Blue) = 31+150+14=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #1F960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F960E is #E069F1. Grayscale: #636363. Windows color (decimal): -14707186 or 955935. OLE color: 955935.

HSL color Cylindrical-coordinate representation of color #1F960E: hue angle of 112.5º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F960E is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 14 -
CMYK 0.79 0 0.91 0.41
HSL 112.5º 0.83% 0.32% -
HSV(B) 112.5º 0.91% 0.59% -
XYZ 11.55 22.14 4.08 -
YUV 98.92 80.08 79.56 -
System Red Green Blue C M Y K H S L
Decimal 31 150 14 0.79 0 0.91 0.41 112.5 0.83 0.32
Hex 1F 96 E 4F 0 5B 29 70 53 20
Octal 37 226 16 117 0 133 51 160 123 40
Binary 11111 10010110 1110 1001111 0 1011011 101001 1110000 1010011 100000

Color Harmonies of #1F960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F960E

Black with #1F960E

Text Example


Text Example

White with #1F960E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,14); }

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

background-color css

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

 a { background-color: rgb(31,150,14); }

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

border-color css

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

 span { border-color: rgb(31,150,14); }

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