Html Css Color HEX #1FAB2A Forest Green

📋 copy color: '#1FAB2A'

red 31 ◦ green 171 ◦ blue 42

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

Shades of Forest Green #1FAB2A

Tints of Forest Green #1FAB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 70.08%

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 12.7%
G = 70.08%
B = 17.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#1FAB2A (or 0x1FAB2A) is known color: Forest Green. HEX triplet: 1F, AB and 2A. RGB value is (31,171,42). Sum of RGB (Red+Green+Blue) = 31+171+42=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 171 (67.19% from 255 or 70.08% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB2A is #E054D5. Grayscale: #727272. Windows color (decimal): -14701782 or 2796319. OLE color: 2796319.

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

Color convert

RGB 31 171 42 -
CMYK 0.82 0 0.75 0.33
HSL 124.71º 0.69% 0.4% -
HSV(B) 124.71º 0.82% 0.67% -
XYZ 15.55 29.58 7.08 -
YUV 114.43 87.12 68.49 -
System Red Green Blue C M Y K H S L
Decimal 31 171 42 0.82 0 0.75 0.33 124.71 0.69 0.4
Hex 1F AB 2A 52 0 4B 21 7D 45 28
Octal 37 253 52 122 0 113 41 175 105 50
Binary 11111 10101011 101010 1010010 0 1001011 100001 1111101 1000101 101000

Color Harmonies of #1FAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAB2A

Black with #1FAB2A

Text Example


Text Example

White with #1FAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,171,42); }

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

background-color css

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

 a { background-color: rgb(31,171,42); }

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

border-color css

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

 span { border-color: rgb(31,171,42); }

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