Html Css Color HEX #1FA50C Forest Green

📋 copy color: '#1FA50C'

red 31 ◦ green 165 ◦ blue 12

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

Shades of Forest Green #1FA50C

Tints of Forest Green #1FA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 79.33%

 BLUE value IS 12 (5.08% from 255) = 5.77%

R = 14.9%
G = 79.33%
B = 5.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#1FA50C (or 0x1FA50C) is known color: Forest Green. HEX triplet: 1F, A5 and 0C. RGB value is (31,165,12). Sum of RGB (Red+Green+Blue) = 31+165+12=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 165 (64.84% from 255 or 79.33% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA50C is #E05AF3. Grayscale: #6B6B6B. Windows color (decimal): -14703348 or 828703. OLE color: 828703.

HSL color Cylindrical-coordinate representation of color #1FA50C: hue angle of 112.55º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FA50C is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 165 12 -
CMYK 0.81 0 0.93 0.35
HSL 112.55º 0.86% 0.35% -
HSV(B) 112.55º 0.93% 0.65% -
XYZ 14.09 27.23 4.86 -
YUV 107.49 74.11 73.44 -
System Red Green Blue C M Y K H S L
Decimal 31 165 12 0.81 0 0.93 0.35 112.55 0.86 0.35
Hex 1F A5 C 51 0 5D 23 71 56 23
Octal 37 245 14 121 0 135 43 161 126 43
Binary 11111 10100101 1100 1010001 0 1011101 100011 1110001 1010110 100011

Color Harmonies of #1FA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA50C

Black with #1FA50C

Text Example


Text Example

White with #1FA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,165,12); }

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

background-color css

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

 a { background-color: rgb(31,165,12); }

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

border-color css

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

 span { border-color: rgb(31,165,12); }

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