Html Css Color HEX #1F8419 Forest Green

📋 copy color: '#1F8419'

red 31 ◦ green 132 ◦ blue 25

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

Shades of Forest Green #1F8419

Tints of Forest Green #1F8419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.21%

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

R = 16.49%
G = 70.21%
B = 13.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#1F8419 (or 0x1F8419) is known color: Forest Green. HEX triplet: 1F, 84 and 19. RGB value is (31,132,25). Sum of RGB (Red+Green+Blue) = 31+132+25=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 132 (51.95% from 255 or 70.21% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8419 is #E07BE6. Grayscale: #595959. Windows color (decimal): -14711783 or 1672223. OLE color: 1672223.

HSL color Cylindrical-coordinate representation of color #1F8419: hue angle of 116.64º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F8419 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 132 25 -
CMYK 0.77 0 0.81 0.48
HSL 116.64º 0.68% 0.31% -
HSV(B) 116.64º 0.81% 0.52% -
XYZ 8.99 16.86 3.7 -
YUV 89.6 91.54 86.2 -
System Red Green Blue C M Y K H S L
Decimal 31 132 25 0.77 0 0.81 0.48 116.64 0.68 0.31
Hex 1F 84 19 4D 0 51 30 75 44 1F
Octal 37 204 31 115 0 121 60 165 104 37
Binary 11111 10000100 11001 1001101 0 1010001 110000 1110101 1000100 11111

Color Harmonies of #1F8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8419

Black with #1F8419

Text Example


Text Example

White with #1F8419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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