Html Css Color HEX #1F9315 Forest Green

📋 copy color: '#1F9315'

red 31 ◦ green 147 ◦ blue 21

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

Shades of Forest Green #1F9315

Tints of Forest Green #1F9315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 15.58%
G = 73.87%
B = 10.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#1F9315 (or 0x1F9315) is known color: Forest Green. HEX triplet: 1F, 93 and 15. RGB value is (31,147,21). Sum of RGB (Red+Green+Blue) = 31+147+21=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9315 is #E06CEA. Grayscale: #626262. Windows color (decimal): -14707947 or 1413919. OLE color: 1413919.

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

Color convert

RGB 31 147 21 -
CMYK 0.79 0 0.86 0.42
HSL 115.24º 0.75% 0.33% -
HSV(B) 115.24º 0.86% 0.58% -
XYZ 11.13 21.21 4.22 -
YUV 97.95 84.57 80.25 -
System Red Green Blue C M Y K H S L
Decimal 31 147 21 0.79 0 0.86 0.42 115.24 0.75 0.33
Hex 1F 93 15 4F 0 56 2A 73 4B 21
Octal 37 223 25 117 0 126 52 163 113 41
Binary 11111 10010011 10101 1001111 0 1010110 101010 1110011 1001011 100001

Color Harmonies of #1F9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9315

Black with #1F9315

Text Example


Text Example

White with #1F9315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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