Html Css Color HEX #1FAD2C Forest Green

📋 copy color: '#1FAD2C'

red 31 ◦ green 173 ◦ blue 44

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

Shades of Forest Green #1FAD2C

Tints of Forest Green #1FAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 12.5%
G = 69.76%
B = 17.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#1FAD2C (or 0x1FAD2C) is known color: Forest Green. HEX triplet: 1F, AD and 2C. RGB value is (31,173,44). Sum of RGB (Red+Green+Blue) = 31+173+44=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAD2C is #E052D3. Grayscale: #747474. Windows color (decimal): -14701268 or 2927903. OLE color: 2927903.

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

Color convert

RGB 31 173 44 -
CMYK 0.82 0 0.75 0.32
HSL 125.49º 0.7% 0.4% -
HSV(B) 125.49º 0.82% 0.68% -
XYZ 15.96 30.36 7.4 -
YUV 115.84 87.46 67.49 -
System Red Green Blue C M Y K H S L
Decimal 31 173 44 0.82 0 0.75 0.32 125.49 0.7 0.4
Hex 1F AD 2C 52 0 4B 20 7D 46 28
Octal 37 255 54 122 0 113 40 175 106 50
Binary 11111 10101101 101100 1010010 0 1001011 100000 1111101 1000110 101000

Color Harmonies of #1FAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAD2C

Black with #1FAD2C

Text Example


Text Example

White with #1FAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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