Html Css Color HEX #1F9411 Forest Green

📋 copy color: '#1F9411'

red 31 ◦ green 148 ◦ blue 17

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

Shades of Forest Green #1F9411

Tints of Forest Green #1F9411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 15.82%
G = 75.51%
B = 8.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#1F9411 (or 0x1F9411) is known color: Forest Green. HEX triplet: 1F, 94 and 11. RGB value is (31,148,17). Sum of RGB (Red+Green+Blue) = 31+148+17=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9411 is #E06BEE. Grayscale: #626262. Windows color (decimal): -14707695 or 1152031. OLE color: 1152031.

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

Color convert

RGB 31 148 17 -
CMYK 0.79 0 0.89 0.42
HSL 113.59º 0.79% 0.32% -
HSV(B) 113.59º 0.89% 0.58% -
XYZ 11.26 21.51 4.09 -
YUV 98.08 82.24 80.15 -
System Red Green Blue C M Y K H S L
Decimal 31 148 17 0.79 0 0.89 0.42 113.59 0.79 0.32
Hex 1F 94 11 4F 0 59 2A 72 4F 20
Octal 37 224 21 117 0 131 52 162 117 40
Binary 11111 10010100 10001 1001111 0 1011001 101010 1110010 1001111 100000

Color Harmonies of #1F9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9411

Black with #1F9411

Text Example


Text Example

White with #1F9411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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