Html Css Color HEX #1F8C19 Forest Green

📋 copy color: '#1F8C19'

red 31 ◦ green 140 ◦ blue 25

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

Shades of Forest Green #1F8C19

Tints of Forest Green #1F8C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 71.43%

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

R = 15.82%
G = 71.43%
B = 12.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#1F8C19 (or 0x1F8C19) is known color: Forest Green. HEX triplet: 1F, 8C and 19. RGB value is (31,140,25). Sum of RGB (Red+Green+Blue) = 31+140+25=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8C19 is #E073E6. Grayscale: #5E5E5E. Windows color (decimal): -14709735 or 1674271. OLE color: 1674271.

HSL color Cylindrical-coordinate representation of color #1F8C19: hue angle of 116.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F8C19 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 140 25 -
CMYK 0.78 0 0.82 0.45
HSL 116.87º 0.7% 0.32% -
HSV(B) 116.87º 0.82% 0.55% -
XYZ 10.12 19.12 4.08 -
YUV 94.3 88.89 82.85 -
System Red Green Blue C M Y K H S L
Decimal 31 140 25 0.78 0 0.82 0.45 116.87 0.7 0.32
Hex 1F 8C 19 4E 0 52 2D 75 46 20
Octal 37 214 31 116 0 122 55 165 106 40
Binary 11111 10001100 11001 1001110 0 1010010 101101 1110101 1000110 100000

Color Harmonies of #1F8C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8C19

Black with #1F8C19

Text Example


Text Example

White with #1F8C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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