Html Css Color HEX #1FAB32 Forest Green

📋 copy color: '#1FAB32'

red 31 ◦ green 171 ◦ blue 50

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

Shades of Forest Green #1FAB32

Tints of Forest Green #1FAB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 12.3%
G = 67.86%
B = 19.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#1FAB32 (or 0x1FAB32) is known color: Forest Green. HEX triplet: 1F, AB and 32. RGB value is (31,171,50). Sum of RGB (Red+Green+Blue) = 31+171+50=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 171 (67.19% from 255 or 67.86% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB32 is #E054CD. Grayscale: #737373. Windows color (decimal): -14701774 or 3320607. OLE color: 3320607.

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

Color convert

RGB 31 171 50 -
CMYK 0.82 0 0.71 0.33
HSL 128.14º 0.69% 0.4% -
HSV(B) 128.14º 0.82% 0.67% -
XYZ 15.7 29.65 7.91 -
YUV 115.35 91.12 67.84 -
System Red Green Blue C M Y K H S L
Decimal 31 171 50 0.82 0 0.71 0.33 128.14 0.69 0.4
Hex 1F AB 32 52 0 47 21 80 45 28
Octal 37 253 62 122 0 107 41 200 105 50
Binary 11111 10101011 110010 1010010 0 1000111 100001 10000000 1000101 101000

Color Harmonies of #1FAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAB32

Black with #1FAB32

Text Example


Text Example

White with #1FAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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