Html Css Color HEX #1F9613 Forest Green

📋 copy color: '#1F9613'

red 31 ◦ green 150 ◦ blue 19

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

Shades of Forest Green #1F9613

Tints of Forest Green #1F9613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 15.5%
G = 75%
B = 9.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#1F9613 (or 0x1F9613) is known color: Forest Green. HEX triplet: 1F, 96 and 13. RGB value is (31,150,19). Sum of RGB (Red+Green+Blue) = 31+150+19=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9613 is #E069EC. Grayscale: #636363. Windows color (decimal): -14707181 or 1283615. OLE color: 1283615.

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

Color convert

RGB 31 150 19 -
CMYK 0.79 0 0.87 0.41
HSL 114.5º 0.78% 0.33% -
HSV(B) 114.5º 0.87% 0.59% -
XYZ 11.59 22.15 4.28 -
YUV 99.49 82.58 79.15 -
System Red Green Blue C M Y K H S L
Decimal 31 150 19 0.79 0 0.87 0.41 114.5 0.78 0.33
Hex 1F 96 13 4F 0 57 29 73 4E 21
Octal 37 226 23 117 0 127 51 163 116 41
Binary 11111 10010110 10011 1001111 0 1010111 101001 1110011 1001110 100001

Color Harmonies of #1F9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9613

Black with #1F9613

Text Example


Text Example

White with #1F9613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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