Html Css Color HEX #1F7416 Forest Green

📋 copy color: '#1F7416'

red 31 ◦ green 116 ◦ blue 22

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

Shades of Forest Green #1F7416

Tints of Forest Green #1F7416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 68.64%

 BLUE value IS 22 (8.98% from 255) = 13.02%

R = 18.34%
G = 68.64%
B = 13.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#1F7416 (or 0x1F7416) is known color: Forest Green. HEX triplet: 1F, 74 and 16. RGB value is (31,116,22). Sum of RGB (Red+Green+Blue) = 31+116+22=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7416 is #E08BE9. Grayscale: #505050. Windows color (decimal): -14715882 or 1471519. OLE color: 1471519.

HSL color Cylindrical-coordinate representation of color #1F7416: hue angle of 114.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7416 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 116 22 -
CMYK 0.73 0 0.81 0.55
HSL 114.26º 0.68% 0.27% -
HSV(B) 114.26º 0.81% 0.45% -
XYZ 6.96 12.84 2.87 -
YUV 79.87 95.34 93.14 -
System Red Green Blue C M Y K H S L
Decimal 31 116 22 0.73 0 0.81 0.55 114.26 0.68 0.27
Hex 1F 74 16 49 0 51 37 72 44 1B
Octal 37 164 26 111 0 121 67 162 104 33
Binary 11111 1110100 10110 1001001 0 1010001 110111 1110010 1000100 11011

Color Harmonies of #1F7416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7416

Black with #1F7416

Text Example


Text Example

White with #1F7416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,116,22); }

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

background-color css

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

 a { background-color: rgb(31,116,22); }

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

border-color css

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

 span { border-color: rgb(31,116,22); }

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