Html Css Color HEX #1F7E13 Forest Green

📋 copy color: '#1F7E13'

red 31 ◦ green 126 ◦ blue 19

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

Shades of Forest Green #1F7E13

Tints of Forest Green #1F7E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 71.59%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 17.61%
G = 71.59%
B = 10.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#1F7E13 (or 0x1F7E13) is known color: Forest Green. HEX triplet: 1F, 7E and 13. RGB value is (31,126,19). Sum of RGB (Red+Green+Blue) = 31+126+19=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 126 (49.61% from 255 or 71.59% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7E13 is #E081EC. Grayscale: #555555. Windows color (decimal): -14713325 or 1277471. OLE color: 1277471.

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

Color convert

RGB 31 126 19 -
CMYK 0.75 0 0.85 0.51
HSL 113.27º 0.74% 0.28% -
HSV(B) 113.27º 0.85% 0.49% -
XYZ 8.14 15.26 3.13 -
YUV 85.4 90.53 89.2 -
System Red Green Blue C M Y K H S L
Decimal 31 126 19 0.75 0 0.85 0.51 113.27 0.74 0.28
Hex 1F 7E 13 4B 0 55 33 71 4A 1C
Octal 37 176 23 113 0 125 63 161 112 34
Binary 11111 1111110 10011 1001011 0 1010101 110011 1110001 1001010 11100

Color Harmonies of #1F7E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7E13

Black with #1F7E13

Text Example


Text Example

White with #1F7E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,126,19); }

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

background-color css

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

 a { background-color: rgb(31,126,19); }

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

border-color css

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

 span { border-color: rgb(31,126,19); }

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