Html Css Color HEX #1FAB3C Dark Pastel Green

📋 copy color: '#1FAB3C'

red 31 ◦ green 171 ◦ blue 60

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

Shades of Dark Pastel Green #1FAB3C

Tints of Dark Pastel Green #1FAB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 11.83%
G = 65.27%
B = 22.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#1FAB3C (or 0x1FAB3C) is known color: Dark Pastel Green. HEX triplet: 1F, AB and 3C. RGB value is (31,171,60). Sum of RGB (Red+Green+Blue) = 31+171+60=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAB3C is #E054C3. Grayscale: #747474. Windows color (decimal): -14701764 or 3975967. OLE color: 3975967.

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

Color convert

RGB 31 171 60 -
CMYK 0.82 0 0.65 0.33
HSL 132.43º 0.69% 0.4% -
HSV(B) 132.43º 0.82% 0.67% -
XYZ 15.94 29.74 9.18 -
YUV 116.49 96.12 67.03 -
System Red Green Blue C M Y K H S L
Decimal 31 171 60 0.82 0 0.65 0.33 132.43 0.69 0.4
Hex 1F AB 3C 52 0 41 21 84 45 28
Octal 37 253 74 122 0 101 41 204 105 50
Binary 11111 10101011 111100 1010010 0 1000001 100001 10000100 1000101 101000

Color Harmonies of #1FAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAB3C

Black with #1FAB3C

Text Example


Text Example

White with #1FAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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