Html Css Color HEX #1F7C1C Forest Green

📋 copy color: '#1F7C1C'

red 31 ◦ green 124 ◦ blue 28

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

Shades of Forest Green #1F7C1C

Tints of Forest Green #1F7C1C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 67.76%

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

R = 16.94%
G = 67.76%
B = 15.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#1F7C1C (or 0x1F7C1C) is known color: Forest Green. HEX triplet: 1F, 7C and 1C. RGB value is (31,124,28). Sum of RGB (Red+Green+Blue) = 31+124+28=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C1C is #E083E3. Grayscale: #555555. Windows color (decimal): -14713828 or 1866783. OLE color: 1866783.

HSL color Cylindrical-coordinate representation of color #1F7C1C: hue angle of 118.12º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7C1C is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 124 28 -
CMYK 0.75 0 0.77 0.51
HSL 118.13º 0.63% 0.3% -
HSV(B) 118.13º 0.77% 0.49% -
XYZ 7.98 14.79 3.53 -
YUV 85.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 31 124 28 0.75 0 0.77 0.51 118.13 0.63 0.3
Hex 1F 7C 1C 4B 0 4D 33 76 3F 1E
Octal 37 174 34 113 0 115 63 166 77 36
Binary 11111 1111100 11100 1001011 0 1001101 110011 1110110 111111 11110

Color Harmonies of #1F7C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7C1C

Black with #1F7C1C

Text Example


Text Example

White with #1F7C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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