Html Css Color HEX #1F7513 Forest Green

📋 copy color: '#1F7513'

red 31 ◦ green 117 ◦ blue 19

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

Shades of Forest Green #1F7513

Tints of Forest Green #1F7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 70.06%

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

R = 18.56%
G = 70.06%
B = 11.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#1F7513 (or 0x1F7513) is known color: Forest Green. HEX triplet: 1F, 75 and 13. RGB value is (31,117,19). Sum of RGB (Red+Green+Blue) = 31+117+19=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #1F7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7513 is #E08AEC. Grayscale: #505050. Windows color (decimal): -14715629 or 1275167. OLE color: 1275167.

HSL color Cylindrical-coordinate representation of color #1F7513: hue angle of 112.65º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7513 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 117 19 -
CMYK 0.74 0 0.84 0.54
HSL 112.65º 0.72% 0.27% -
HSV(B) 112.65º 0.84% 0.46% -
XYZ 7.04 13.06 2.77 -
YUV 80.11 93.51 92.97 -
System Red Green Blue C M Y K H S L
Decimal 31 117 19 0.74 0 0.84 0.54 112.65 0.72 0.27
Hex 1F 75 13 4A 0 54 36 71 48 1B
Octal 37 165 23 112 0 124 66 161 110 33
Binary 11111 1110101 10011 1001010 0 1010100 110110 1110001 1001000 11011

Color Harmonies of #1F7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7513

Black with #1F7513

Text Example


Text Example

White with #1F7513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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