Html Css Color HEX #1F9414 Forest Green

📋 copy color: '#1F9414'

red 31 ◦ green 148 ◦ blue 20

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

Shades of Forest Green #1F9414

Tints of Forest Green #1F9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74.37%

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 15.58%
G = 74.37%
B = 10.05%

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

#1F9414 (or 0x1F9414) is known color: Forest Green. HEX triplet: 1F, 94 and 14. RGB value is (31,148,20). Sum of RGB (Red+Green+Blue) = 31+148+20=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 148 (58.20% from 255 or 74.37% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9414 is #E06BEB. Grayscale: #626262. Windows color (decimal): -14707692 or 1348639. OLE color: 1348639.

HSL color Cylindrical-coordinate representation of color #1F9414: hue angle of 114.84º degrees, saturation: 0.76, 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 #1F9414 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 148 20 -
CMYK 0.79 0 0.86 0.42
HSL 114.84º 0.76% 0.33% -
HSV(B) 114.84º 0.86% 0.58% -
XYZ 11.28 21.52 4.22 -
YUV 98.43 83.74 79.91 -
System Red Green Blue C M Y K H S L
Decimal 31 148 20 0.79 0 0.86 0.42 114.84 0.76 0.33
Hex 1F 94 14 4F 0 56 2A 73 4C 21
Octal 37 224 24 117 0 126 52 163 114 41
Binary 11111 10010100 10100 1001111 0 1010110 101010 1110011 1001100 100001

Color Harmonies of #1F9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9414

Black with #1F9414

Text Example


Text Example

White with #1F9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,20); }

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

background-color css

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

 a { background-color: rgb(31,148,20); }

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

border-color css

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

 span { border-color: rgb(31,148,20); }

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