Html Css Color HEX #1F9313 Forest Green

📋 copy color: '#1F9313'

red 31 ◦ green 147 ◦ blue 19

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

Shades of Forest Green #1F9313

Tints of Forest Green #1F9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 74.62%

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

R = 15.74%
G = 74.62%
B = 9.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#1F9313 (or 0x1F9313) is known color: Forest Green. HEX triplet: 1F, 93 and 13. RGB value is (31,147,19). Sum of RGB (Red+Green+Blue) = 31+147+19=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 147 (57.81% from 255 or 74.62% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9313 is #E06CEC. Grayscale: #626262. Windows color (decimal): -14707949 or 1282847. OLE color: 1282847.

HSL color Cylindrical-coordinate representation of color #1F9313: hue angle of 114.38º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F9313 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 147 19 -
CMYK 0.79 0 0.87 0.42
HSL 114.38º 0.77% 0.33% -
HSV(B) 114.38º 0.87% 0.58% -
XYZ 11.12 21.21 4.12 -
YUV 97.72 83.57 80.41 -
System Red Green Blue C M Y K H S L
Decimal 31 147 19 0.79 0 0.87 0.42 114.38 0.77 0.33
Hex 1F 93 13 4F 0 57 2A 72 4D 21
Octal 37 223 23 117 0 127 52 162 115 41
Binary 11111 10010011 10011 1001111 0 1010111 101010 1110010 1001101 100001

Color Harmonies of #1F9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9313

Black with #1F9313

Text Example


Text Example

White with #1F9313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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