Html Css Color HEX #1FAD13 Forest Green

📋 copy color: '#1FAD13'

red 31 ◦ green 173 ◦ blue 19

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

Shades of Forest Green #1FAD13

Tints of Forest Green #1FAD13

RGB

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

 GREEN value IS 173 (67.97% from 255) = 77.58%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 13.9%
G = 77.58%
B = 8.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#1FAD13 (or 0x1FAD13) is known color: Forest Green. HEX triplet: 1F, AD and 13. RGB value is (31,173,19). Sum of RGB (Red+Green+Blue) = 31+173+19=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAD13 is #E052EC. Grayscale: #717171. Windows color (decimal): -14701293 or 1289503. OLE color: 1289503.

HSL color Cylindrical-coordinate representation of color #1FAD13: hue angle of 115.32º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FAD13 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 173 19 -
CMYK 0.82 0 0.89 0.32
HSL 115.32º 0.8% 0.38% -
HSV(B) 115.32º 0.89% 0.68% -
XYZ 15.63 30.23 5.63 -
YUV 112.99 74.96 69.52 -
System Red Green Blue C M Y K H S L
Decimal 31 173 19 0.82 0 0.89 0.32 115.32 0.8 0.38
Hex 1F AD 13 52 0 59 20 73 50 26
Octal 37 255 23 122 0 131 40 163 120 46
Binary 11111 10101101 10011 1010010 0 1011001 100000 1110011 1010000 100110

Color Harmonies of #1FAD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAD13

Black with #1FAD13

Text Example


Text Example

White with #1FAD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,173,19); }

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

background-color css

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

 a { background-color: rgb(31,173,19); }

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

border-color css

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

 span { border-color: rgb(31,173,19); }

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