Html Css Color HEX #1F840F Forest Green

📋 copy color: '#1F840F'

red 31 ◦ green 132 ◦ blue 15

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

Shades of Forest Green #1F840F

Tints of Forest Green #1F840F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 17.42%
G = 74.16%
B = 8.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#1F840F (or 0x1F840F) is known color: Forest Green. HEX triplet: 1F, 84 and 0F. RGB value is (31,132,15). Sum of RGB (Red+Green+Blue) = 31+132+15=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #1F840F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F840F is #E07BF0. Grayscale: #585858. Windows color (decimal): -14711793 or 1016863. OLE color: 1016863.

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

Color convert

RGB 31 132 15 -
CMYK 0.77 0 0.89 0.48
HSL 111.79º 0.8% 0.29% -
HSV(B) 111.79º 0.89% 0.52% -
XYZ 8.9 16.83 3.23 -
YUV 88.46 86.54 87.01 -
System Red Green Blue C M Y K H S L
Decimal 31 132 15 0.77 0 0.89 0.48 111.79 0.8 0.29
Hex 1F 84 F 4D 0 59 30 70 50 1D
Octal 37 204 17 115 0 131 60 160 120 35
Binary 11111 10000100 1111 1001101 0 1011001 110000 1110000 1010000 11101

Color Harmonies of #1F840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F840F

Black with #1F840F

Text Example


Text Example

White with #1F840F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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