Html Css Color HEX #1F9919 Forest Green

📋 copy color: '#1F9919'

red 31 ◦ green 153 ◦ blue 25

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

Shades of Forest Green #1F9919

Tints of Forest Green #1F9919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 73.21%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 14.83%
G = 73.21%
B = 11.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#1F9919 (or 0x1F9919) is known color: Forest Green. HEX triplet: 1F, 99 and 19. RGB value is (31,153,25). Sum of RGB (Red+Green+Blue) = 31+153+25=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 153 (60.16% from 255 or 73.21% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9919 is #E066E6. Grayscale: #666666. Windows color (decimal): -14706407 or 1677599. OLE color: 1677599.

HSL color Cylindrical-coordinate representation of color #1F9919: hue angle of 117.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F9919 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 153 25 -
CMYK 0.80 0 0.84 0.4
HSL 117.19º 0.72% 0.35% -
HSV(B) 117.19º 0.84% 0.6% -
XYZ 12.13 23.14 4.75 -
YUV 101.93 84.58 77.41 -
System Red Green Blue C M Y K H S L
Decimal 31 153 25 0.80 0 0.84 0.4 117.19 0.72 0.35
Hex 1F 99 19 50 0 54 28 75 48 23
Octal 37 231 31 120 0 124 50 165 110 43
Binary 11111 10011001 11001 1010000 0 1010100 101000 1110101 1001000 100011

Color Harmonies of #1F9919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9919

Black with #1F9919

Text Example


Text Example

White with #1F9919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,153,25); }

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

background-color css

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

 a { background-color: rgb(31,153,25); }

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

border-color css

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

 span { border-color: rgb(31,153,25); }

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