Html Css Color HEX #1F6D0F Forest Green

📋 copy color: '#1F6D0F'

red 31 ◦ green 109 ◦ blue 15

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

Shades of Forest Green #1F6D0F

Tints of Forest Green #1F6D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 70.32%

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

R = 20%
G = 70.32%
B = 9.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#1F6D0F (or 0x1F6D0F) is known color: Forest Green. HEX triplet: 1F, 6D and 0F. RGB value is (31,109,15). Sum of RGB (Red+Green+Blue) = 31+109+15=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #1F6D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6D0F is #E092F0. Grayscale: #4B4B4B. Windows color (decimal): -14717681 or 1010975. OLE color: 1010975.

HSL color Cylindrical-coordinate representation of color #1F6D0F: hue angle of 109.79º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F6D0F is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 109 15 -
CMYK 0.72 0 0.86 0.57
HSL 109.79º 0.76% 0.24% -
HSV(B) 109.79º 0.86% 0.43% -
XYZ 6.12 11.26 2.3 -
YUV 74.96 94.16 96.64 -
System Red Green Blue C M Y K H S L
Decimal 31 109 15 0.72 0 0.86 0.57 109.79 0.76 0.24
Hex 1F 6D F 48 0 56 39 6E 4C 18
Octal 37 155 17 110 0 126 71 156 114 30
Binary 11111 1101101 1111 1001000 0 1010110 111001 1101110 1001100 11000

Color Harmonies of #1F6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F6D0F

Black with #1F6D0F

Text Example


Text Example

White with #1F6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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