Html Css Color HEX #1F7316 Forest Green

📋 copy color: '#1F7316'

red 31 ◦ green 115 ◦ blue 22

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

Shades of Forest Green #1F7316

Tints of Forest Green #1F7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 68.45%

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

R = 18.45%
G = 68.45%
B = 13.1%

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

#1F7316 (or 0x1F7316) is known color: Forest Green. HEX triplet: 1F, 73 and 16. RGB value is (31,115,22). Sum of RGB (Red+Green+Blue) = 31+115+22=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7316 is #E08CE9. Grayscale: #4F4F4F. Windows color (decimal): -14716138 or 1471263. OLE color: 1471263.

HSL color Cylindrical-coordinate representation of color #1F7316: hue angle of 114.19º 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 #1F7316 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 22 -
CMYK 0.73 0 0.81 0.55
HSL 114.19º 0.68% 0.27% -
HSV(B) 114.19º 0.81% 0.45% -
XYZ 6.84 12.61 2.83 -
YUV 79.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 31 115 22 0.73 0 0.81 0.55 114.19 0.68 0.27
Hex 1F 73 16 49 0 51 37 72 44 1B
Octal 37 163 26 111 0 121 67 162 104 33
Binary 11111 1110011 10110 1001001 0 1010001 110111 1110010 1000100 11011

Color Harmonies of #1F7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7316

Black with #1F7316

Text Example


Text Example

White with #1F7316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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