Html Css Color HEX #1FA029 Forest Green

📋 copy color: '#1FA029'

red 31 ◦ green 160 ◦ blue 41

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

Shades of Forest Green #1FA029

Tints of Forest Green #1FA029

RGB

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

 GREEN value IS 160 (62.89% from 255) = 68.97%

 BLUE value IS 41 (16.41% from 255) = 17.67%

R = 13.36%
G = 68.97%
B = 17.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#1FA029 (or 0x1FA029) is known color: Forest Green. HEX triplet: 1F, A0 and 29. RGB value is (31,160,41). Sum of RGB (Red+Green+Blue) = 31+160+41=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA029 is #E05FD6. Grayscale: #6C6C6C. Windows color (decimal): -14704599 or 2727967. OLE color: 2727967.

HSL color Cylindrical-coordinate representation of color #1FA029: hue angle of 124.65º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA029 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 160 41 -
CMYK 0.81 0 0.74 0.37
HSL 124.65º 0.68% 0.37% -
HSV(B) 124.65º 0.81% 0.63% -
XYZ 13.54 25.59 6.32 -
YUV 107.86 90.26 73.18 -
System Red Green Blue C M Y K H S L
Decimal 31 160 41 0.81 0 0.74 0.37 124.65 0.68 0.37
Hex 1F A0 29 51 0 4A 25 7D 44 25
Octal 37 240 51 121 0 112 45 175 104 45
Binary 11111 10100000 101001 1010001 0 1001010 100101 1111101 1000100 100101

Color Harmonies of #1FA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA029

Black with #1FA029

Text Example


Text Example

White with #1FA029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,160,41); }

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

background-color css

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

 a { background-color: rgb(31,160,41); }

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

border-color css

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

 span { border-color: rgb(31,160,41); }

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