Html Css Color HEX #1FAE2B Forest Green

📋 copy color: '#1FAE2B'

red 31 ◦ green 174 ◦ blue 43

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

Shades of Forest Green #1FAE2B

Tints of Forest Green #1FAE2B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 70.16%

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 12.5%
G = 70.16%
B = 17.34%

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

#1FAE2B (or 0x1FAE2B) is known color: Forest Green. HEX triplet: 1F, AE and 2B. RGB value is (31,174,43). Sum of RGB (Red+Green+Blue) = 31+174+43=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 174 (68.36% from 255 or 70.16% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAE2B is #E051D4. Grayscale: #747474. Windows color (decimal): -14701013 or 2862623. OLE color: 2862623.

HSL color Cylindrical-coordinate representation of color #1FAE2B: hue angle of 125.03º 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 #1FAE2B is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 174 43 -
CMYK 0.82 0 0.75 0.32
HSL 125.04º 0.7% 0.4% -
HSV(B) 125.04º 0.82% 0.68% -
XYZ 16.14 30.74 7.37 -
YUV 116.31 86.62 67.15 -
System Red Green Blue C M Y K H S L
Decimal 31 174 43 0.82 0 0.75 0.32 125.04 0.7 0.4
Hex 1F AE 2B 52 0 4B 20 7D 46 28
Octal 37 256 53 122 0 113 40 175 106 50
Binary 11111 10101110 101011 1010010 0 1001011 100000 1111101 1000110 101000

Color Harmonies of #1FAE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAE2B

Black with #1FAE2B

Text Example


Text Example

White with #1FAE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,174,43); }

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

background-color css

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

 a { background-color: rgb(31,174,43); }

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

border-color css

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

 span { border-color: rgb(31,174,43); }

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