Html Css Color HEX #1F731C Forest Green

📋 copy color: '#1F731C'

red 31 ◦ green 115 ◦ blue 28

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

Shades of Forest Green #1F731C

Tints of Forest Green #1F731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.09%

R = 17.82%
G = 66.09%
B = 16.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#1F731C (or 0x1F731C) is known color: Forest Green. HEX triplet: 1F, 73 and 1C. RGB value is (31,115,28). Sum of RGB (Red+Green+Blue) = 31+115+28=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 115 (45.31% from 255 or 66.09% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 115 - color contains mainly: green. Hex color #1F731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F731C is #E08CE3. Grayscale: #505050. Windows color (decimal): -14716132 or 1864479. OLE color: 1864479.

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

Color convert

RGB 31 115 28 -
CMYK 0.73 0 0.76 0.55
HSL 117.93º 0.61% 0.28% -
HSV(B) 117.93º 0.76% 0.45% -
XYZ 6.91 12.64 3.17 -
YUV 79.97 98.67 93.07 -
System Red Green Blue C M Y K H S L
Decimal 31 115 28 0.73 0 0.76 0.55 117.93 0.61 0.28
Hex 1F 73 1C 49 0 4C 37 76 3D 1C
Octal 37 163 34 111 0 114 67 166 75 34
Binary 11111 1110011 11100 1001001 0 1001100 110111 1110110 111101 11100

Color Harmonies of #1F731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F731C

Black with #1F731C

Text Example


Text Example

White with #1F731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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