Html Css Color HEX #1FA52C Forest Green

📋 copy color: '#1FA52C'

red 31 ◦ green 165 ◦ blue 44

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

Shades of Forest Green #1FA52C

Tints of Forest Green #1FA52C

RGB

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

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

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

R = 12.92%
G = 68.75%
B = 18.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#1FA52C (or 0x1FA52C) is known color: Forest Green. HEX triplet: 1F, A5 and 2C. RGB value is (31,165,44). Sum of RGB (Red+Green+Blue) = 31+165+44=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA52C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA52C is #E05AD3. Grayscale: #6F6F6F. Windows color (decimal): -14703316 or 2925855. OLE color: 2925855.

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

Color convert

RGB 31 165 44 -
CMYK 0.81 0 0.73 0.35
HSL 125.82º 0.68% 0.38% -
HSV(B) 125.82º 0.81% 0.65% -
XYZ 14.47 27.38 6.91 -
YUV 111.14 90.11 70.84 -
System Red Green Blue C M Y K H S L
Decimal 31 165 44 0.81 0 0.73 0.35 125.82 0.68 0.38
Hex 1F A5 2C 51 0 49 23 7E 44 26
Octal 37 245 54 121 0 111 43 176 104 46
Binary 11111 10100101 101100 1010001 0 1001001 100011 1111110 1000100 100110

Color Harmonies of #1FA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA52C

Black with #1FA52C

Text Example


Text Example

White with #1FA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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